<?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: Merge two .dat file after matching first column row in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Merge-two-dat-file-after-matching-first-column-row/m-p/62196#M2328</link>
    <description>Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/903"&gt;@HarpreetKaur&lt;/a&gt; for suggestion , but I went with the solution mentioned by &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/769"&gt;@AndreyKudinov&lt;/a&gt; here&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt; &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=419da3f9-e017-4493-9907-cde1472f6c98&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer#bm419da3f9-e017-4493-9907-cde1472f6c98​" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=419da3f9-e017-4493-9907-cde1472f6c98&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer#bm419da3f9-e017-4493-9907-cde1472f6c98​&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirtish Trivedi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 16 Aug 2021 04:02:00 GMT</pubDate>
    <dc:creator>kirtish.trivedi</dc:creator>
    <dc:date>2021-08-16T04:02:00Z</dc:date>
    <item>
      <title>Merge two .dat file after matching first column row</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Merge-two-dat-file-after-matching-first-column-row/m-p/62194#M2326</link>
      <description>Hi Community,&lt;BR /&gt;&lt;BR /&gt;I am trying to&amp;nbsp; merge two .dat files after comparing that the&amp;nbsp; first row has the same columns. Syntax for the .dat file is as below(when I open with notepad)&lt;BR /&gt;&lt;BR /&gt;Project ID&amp;nbsp; Employee ID&amp;nbsp; &amp;nbsp; &amp;nbsp; Project Type&lt;BR /&gt;XXXX&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xxxxxxxxxxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xx&lt;BR /&gt;&lt;BR /&gt;1 ) First I need to check if the column matches in both files&lt;BR /&gt;2) After that I need to append the content of second file to first file after removing the header&lt;BR /&gt;&lt;BR /&gt;I thought of renaming .dat with .csv file,Append the records,save and rename back to .dat. but there were two problems :-&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1 ) Headers are in japanese. When i change extension to .csv , japanese characters are getting replaced with some other weird character.&lt;BR /&gt;2) When I append data to csv and rename back to .dat, " is added before the line and after the line as below&lt;BR /&gt;&lt;BR /&gt;"Project ID&amp;nbsp; Employee ID&amp;nbsp; &amp;nbsp; &amp;nbsp; Project Type"&lt;BR /&gt;"XXXX&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xxxxxxxxxxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;xx"&lt;BR /&gt;&lt;BR /&gt;Could someone please suggest how to proceed ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirtish Trivedi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Aug 2021 10:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Merge-two-dat-file-after-matching-first-column-row/m-p/62194#M2326</guid>
      <dc:creator>kirtish.trivedi</dc:creator>
      <dc:date>2021-08-10T10:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Merge two .dat file after matching first column row</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Merge-two-dat-file-after-matching-first-column-row/m-p/62195#M2327</link>
      <description>Hello Kritish,&lt;BR /&gt;&lt;BR /&gt;Can I suggest that when you try to save your .dat file as a csv, you change the Encoding default option and select "UTF-8 with BOM" instead and then try?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="8239.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/8413i8A1D4056870B120A/image-size/large?v=v2&amp;amp;px=999" role="button" title="8239.png" alt="8239.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Harpreet Kaur Product Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2021 01:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Merge-two-dat-file-after-matching-first-column-row/m-p/62195#M2327</guid>
      <dc:creator>HarpreetKaur</dc:creator>
      <dc:date>2021-08-16T01:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Merge two .dat file after matching first column row</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Merge-two-dat-file-after-matching-first-column-row/m-p/62196#M2328</link>
      <description>Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/903"&gt;@HarpreetKaur&lt;/a&gt; for suggestion , but I went with the solution mentioned by &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/769"&gt;@AndreyKudinov&lt;/a&gt; here&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt; &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=419da3f9-e017-4493-9907-cde1472f6c98&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer#bm419da3f9-e017-4493-9907-cde1472f6c98​" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?MessageKey=419da3f9-e017-4493-9907-cde1472f6c98&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer#bm419da3f9-e017-4493-9907-cde1472f6c98​&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kirtish Trivedi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2021 04:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Merge-two-dat-file-after-matching-first-column-row/m-p/62196#M2328</guid>
      <dc:creator>kirtish.trivedi</dc:creator>
      <dc:date>2021-08-16T04:02:00Z</dc:date>
    </item>
  </channel>
</rss>

