<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: how to define entity without csv data  in CAPM Nodejs in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760123#M4789945</link>
    <description>&lt;P&gt;Your service has to refer to the schema file. Add this line to your srv/cat-service.cds:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;using cakeshop from '../db/Cakes.cds';&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 02 Oct 2023 07:32:35 GMT</pubDate>
    <dc:creator>Willem_Pardaens</dc:creator>
    <dc:date>2023-10-02T07:32:35Z</dc:date>
    <item>
      <title>how to define entity without csv data  in CAPM Nodejs</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaq-p/12760120</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;
  &lt;P&gt;I want to create a Entity without using CSV file unlike bookstore cloud samples in github.&lt;/P&gt;
  &lt;P&gt;Following is the method I tried and ended up with "Error: Artifact “cakeshop.Cakes” has not been found" error BAS application&lt;/P&gt;
  &lt;P&gt;srv/cat-service.cds &lt;/P&gt;namespace cakeshop;
  &lt;BR /&gt;service CatalogService { entity Cakes as projection on cakeshop.Cakes;}
  &lt;P&gt;db/Cakes.cds&lt;/P&gt;namespace cakeshop;
  &lt;BR /&gt;entity Cakes { key id : Integer; name : String; logo : String; desc : String;}</description>
      <pubDate>Sun, 01 Oct 2023 17:43:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaq-p/12760120</guid>
      <dc:creator>manivelmanoharan</dc:creator>
      <dc:date>2023-10-01T17:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to define entity without csv data  in CAPM Nodejs</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760121#M4789943</link>
      <description>&lt;P&gt;csv  is never required for creating entity.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 23:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760121#M4789943</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2023-10-01T23:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to define entity without csv data  in CAPM Nodejs</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760122#M4789944</link>
      <description>&lt;P&gt;Unfortunately, I can't run the app without CSV.&lt;/P&gt;&lt;P&gt;Providing any work samples will be more helpful to me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 06:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760122#M4789944</guid>
      <dc:creator>manivelmanoharan</dc:creator>
      <dc:date>2023-10-02T06:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to define entity without csv data  in CAPM Nodejs</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760123#M4789945</link>
      <description>&lt;P&gt;Your service has to refer to the schema file. Add this line to your srv/cat-service.cds:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;using cakeshop from '../db/Cakes.cds';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 02 Oct 2023 07:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760123#M4789945</guid>
      <dc:creator>Willem_Pardaens</dc:creator>
      <dc:date>2023-10-02T07:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to define entity without csv data  in CAPM Nodejs</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760124#M4789946</link>
      <description>&lt;P&gt;you can delete the csv from your current app to see if it is still running&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 11:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-define-entity-without-csv-data-in-capm-nodejs/qaa-p/12760124#M4789946</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2023-10-02T11:47:36Z</dc:date>
    </item>
  </channel>
</rss>

