<?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>topic Re: Flat File : Standards in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894059#M1326871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J@Y :I understand that.. Just give your shot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2009 22:07:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-20T22:07:27Z</dc:date>
    <item>
      <title>Flat File : Standards</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894057#M1326869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Scenario:&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have 20 plus flat files flowing into App server via FTP to load into BI on MONTHLY basis.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;*Business need&lt;/U&gt;&lt;span class="lia-unicode-emoji" title=":face_blowing_a_kiss:"&gt;😘&lt;/span&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+&lt;EM&gt;Now I have to validate every flat file with customer master. If a customer match is not found error log need to be generated and later error out files need to be identified for further correction.&lt;/EM&gt;+&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me your inputs in designing this entire process. Below are few specific questions I need your suggestion for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             &lt;/P&gt;&lt;P&gt;1.What Flat File naming convention I have to follow, so that managing these files will be feasible down the road. Do I need separate naming standard for corrected files?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.What kind of Folder structure on the Application server is needed to store these files initially and how they need to stored after the processing is done with validation program. I mean do I need to use separate folders for correct and error files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.On what criteria I should archive these files? Do I need to archive both Correct and error files if so usually how long? (Files are transmitted on monthly basis).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Standard on structure of error log. Basically I want monthly error report to see the error files and related error records. Can I store the error log in to a transparent table? If yes what will be the structure of the transparent table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.Can I merge all the correct files in to a single file so that loading a consolidated version will be easy? If file size grows after certain memory limit can I split in to multiple files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your thoughts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 19:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894057#M1326869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T19:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Flat File : Standards</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894058#M1326870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are all the question which can be answered by your Tech lead... most of the answers are Client specific. Whatz std for u might not be std. for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 20:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894058#M1326870</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-07-20T20:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Flat File : Standards</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894059#M1326871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;J@Y :I understand that.. Just give your shot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 22:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894059#M1326871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-20T22:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flat File : Standards</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894060#M1326872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.What Flat File naming convention I have to follow, so that managing these files will be feasible down the road. Do I need separate naming standard for corrected files?.&lt;/P&gt;&lt;P&gt;&amp;gt; Have your ODS name _date1 _date2 _date3 etc...&lt;/P&gt;&lt;P&gt;2.What kind of Folder structure on the Application server is needed to store these files initially and how they need to stored after the processing is done with validation program. I mean do I need to use separate folders for correct and error files?&lt;/P&gt;&lt;P&gt;&amp;gt; just have _error.txt for error file&lt;/P&gt;&lt;P&gt;3.On what criteria I should archive these files? Do I need to archive both Correct and error files if so usually how long? (Files are transmitted on monthly basis).&lt;/P&gt;&lt;P&gt;&amp;gt; Once processed move the file to diff folder, or rename the file _archive.txt&lt;/P&gt;&lt;P&gt;4.Standard on structure of error log. Basically I want monthly error report to see the error files and related error records. Can I store the error log in to a transparent table? If yes what will be the structure of the transparent table?&lt;/P&gt;&lt;P&gt;&amp;gt;that is up to you.. I would suggest to have all the records along with a extra column with the message at the end, so that they can write a select * on the same Transparent table and get a re-processing file.&lt;/P&gt;&lt;P&gt;5.Can I merge all the correct files in to a single file so that loading a consolidated version will be easy? If file size grows after certain memory limit can I split in to multiple files?&lt;/P&gt;&lt;P&gt;&amp;gt; better split initially, and follow on single process always.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2009 22:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/flat-file-standards/m-p/5894060#M1326872</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-07-20T22:29:59Z</dc:date>
    </item>
  </channel>
</rss>

