<?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: CAP: incorrect DB insert of boolean values in string fields from CSV in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313448#M4614320</link>
    <description>&lt;P&gt;SAP hasn't given me any answer yet.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jul 2021 07:31:44 GMT</pubDate>
    <dc:creator>alicegavanelli</dc:creator>
    <dc:date>2021-07-15T07:31:44Z</dc:date>
    <item>
      <title>CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaq-p/12313443</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
  &lt;P&gt;I have an entity with a string field called "defaultValue".&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;entity PropertiesTest : cuid { 
    defaultValue : String(1000); 
}
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;If in this field I put string "true" or "false", the value is interpreted as boolean and is converted to "1" and "0".&lt;/P&gt;
  &lt;P&gt;Data are inserted by csv file. I have tried also with quotation marks.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;ID;defaultValue
bc1c3c82-6ade-11eb-9439-0242ac130002;true
773a6a34-6adf-11eb-9439-0242ac130002;false
7b96940e-6adf-11eb-9439-0242ac130002;alice test
7b96940e-6adf-11eb-9439-0242ac130005;'false'
7b96940e-6adf-11eb-9439-0242ac130006;"false" &lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;IMG alt="" style="font-size: 15px; color: rgb(60, 60, 60);" /&gt;&lt;/P&gt;
  &lt;P&gt;If I try by OData, the string is correctly inserted.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;HTTP/1.1 200 OK
{
  "d": {
    "ID": "773a6a34-6adf-11eb-9439-0242ac130002",
    "defaultValue": "false",
    "__metadata": {
      "type": "WTest.PropertiesTest",
    }
  }
}&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;We have solved using a workaround but maybe it should be fixed.&lt;/P&gt;
  &lt;P&gt;Best.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 11:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaq-p/12313443</guid>
      <dc:creator>alicegavanelli</dc:creator>
      <dc:date>2021-03-03T11:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313444#M4614316</link>
      <description>&lt;P&gt;Please file that also as an Issue via the SAP Service Marketplace.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 15:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313444#M4614316</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-03-03T15:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313445#M4614317</link>
      <description>&lt;P&gt;Thank you Gregor,&lt;/P&gt;&lt;P&gt;I've opened the incidente:&lt;/P&gt;&lt;P&gt;161611 / 2021 CAP: incorrect DB insert of boolean values in string fields from CSV&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2021 16:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313445#M4614317</guid>
      <dc:creator>alicegavanelli</dc:creator>
      <dc:date>2021-03-03T16:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313446#M4614318</link>
      <description>&lt;P&gt;Thanks for reporting.  We will track progress in the incident now.  Please understand that we cannot keep this community issue up to date as well.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 08:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313446#M4614318</guid>
      <dc:creator>chgeo</dc:creator>
      <dc:date>2021-03-04T08:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313447#M4614319</link>
      <description>&lt;P&gt;So Alice please give us an update when you've got a solution from SAP.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 15:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313447#M4614319</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-03-04T15:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313448#M4614320</link>
      <description>&lt;P&gt;SAP hasn't given me any answer yet.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 07:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313448#M4614320</guid>
      <dc:creator>alicegavanelli</dc:creator>
      <dc:date>2021-07-15T07:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313449#M4614321</link>
      <description>&lt;P&gt;Any updates?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 10:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313449#M4614321</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-10-20T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313450#M4614322</link>
      <description>&lt;P&gt;Unfortunately not yet. &lt;/P&gt;&lt;P&gt;The incident is still in "In process by SAP". &lt;/P&gt;&lt;P&gt;I had asked for a feed-back in April but no one answered me. &lt;/P&gt;&lt;P&gt;It will certainly be my care to update you as soon as SAP will answer me.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 10:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313450#M4614322</guid>
      <dc:creator>alicegavanelli</dc:creator>
      <dc:date>2021-10-20T10:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313451#M4614323</link>
      <description>&lt;P&gt;I would suggest to reach out to the SAP Support Hotline and ask for a speedup.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 13:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313451#M4614323</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-10-20T13:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313452#M4614324</link>
      <description>&lt;P&gt;I've now also filed an issue: 757245 / 2021&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 06:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313452#M4614324</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-10-22T06:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313453#M4614325</link>
      <description>&lt;P&gt;Has SAP answered to you?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 14:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313453#M4614325</guid>
      <dc:creator>alicegavanelli</dc:creator>
      <dc:date>2021-12-22T14:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313454#M4614326</link>
      <description>&lt;P&gt;No. Status "in processing" and that since 17th November 2021.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 16:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313454#M4614326</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-12-22T16:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: CAP: incorrect DB insert of boolean values in string fields from CSV</title>
      <link>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313455#M4614327</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Good news, we shipped a fix for this issue in the most recent @sap/cds release (5.9.0). The SQLite CSV importer will now interpret quoted "true" and "false" as strings instead of Booleans.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 14:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cap-incorrect-db-insert-of-boolean-values-in-string-fields-from-csv/qaa-p/12313455#M4614327</guid>
      <dc:creator>steffenwaldmann</dc:creator>
      <dc:date>2022-03-29T14:56:32Z</dc:date>
    </item>
  </channel>
</rss>

