<?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: extracting date and time fields from csv file in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491641#M3017954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your date and time format to YYYYMMDD and HHMMSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't allow the format you specified in th CSV file, SAP has a standard format and you are supposed to follow it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Dec 2011 07:16:31 GMT</pubDate>
    <dc:creator>former_member182343</dc:creator>
    <dc:date>2011-12-15T07:16:31Z</dc:date>
    <item>
      <title>extracting date and time fields from csv file</title>
      <link>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaq-p/8491637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have date and time fields in the following format in a csv file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date  11.12.2011	&lt;/P&gt;&lt;P&gt;Time  00:00:02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What info objects should I extract these to at the moment I have choosen 0CALDAY (length &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; and 0TIME (length 6) and am not getting the correct value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 17:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaq-p/8491637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-14T17:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: extracting date and time fields from csv file</title>
      <link>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491638#M3017951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While loading data from Flat file to BI, the Date format should be like this -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current format in CSV file (i guess)&lt;/P&gt;&lt;P&gt;Date 11.12.2011 (DD:MM:YYYY) &lt;/P&gt;&lt;P&gt;Time 00:00:02 (HH:MM:SS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change format in CSV file like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date 20111211 (YYYYMMDD) &lt;/P&gt;&lt;P&gt;Time 000002 (HHMMSS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Peddi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 17:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491638#M3017951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-14T17:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: extracting date and time fields from csv file</title>
      <link>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491639#M3017952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; check the following things  0calday is in format YYYYMMDD, in infoobject conversion routine should be PERI6,&lt;/P&gt;&lt;P&gt;also check the infoobject sequences and header columns used in csv file  and 'ignore number of rows' in info package&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;laksh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491639#M3017952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-14T20:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: extracting date and time fields from csv file</title>
      <link>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491640#M3017953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changed the format from internal to external for the two fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 22:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491640#M3017953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-14T22:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: extracting date and time fields from csv file</title>
      <link>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491641#M3017954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your date and time format to YYYYMMDD and HHMMSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't allow the format you specified in th CSV file, SAP has a standard format and you are supposed to follow it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 07:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/extracting-date-and-time-fields-from-csv-file/qaa-p/8491641#M3017954</guid>
      <dc:creator>former_member182343</dc:creator>
      <dc:date>2011-12-15T07:16:31Z</dc:date>
    </item>
  </channel>
</rss>

