<?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 Copy data DelimitedTextBadDataDetected in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4256210#M6041</link>
    <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to migrate some pipelines from ADF to Fabric Pipelines. In the copy activity in Fabric pipeline for a delimited text file I get an error with the message&amp;nbsp;DelimitedTextBadDataDetected. The settings for the delimited files are exactly the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column delimiter: ;&lt;/P&gt;&lt;P&gt;Quote char: "&lt;/P&gt;&lt;P&gt;Escape char: \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem seems to be some rows where a field contains the double quotes as value. For example:&lt;/P&gt;&lt;P&gt;first_col;this is a field with "inside" quotes; last_col -&amp;gt; works fine in ADF, but not in Fabric&lt;/P&gt;&lt;P&gt;first_col;"fully quoted; with delimiter";last_col -&amp;gt;works fine in both&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The expected beahivor is that the data get's copied correctly for both rows with the provided settings, because the double quotes aren't inside other double quotes for the first row. What can I do to get this work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 11:05:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-24T11:05:39Z</dc:date>
    <item>
      <title>Copy data DelimitedTextBadDataDetected</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4256210#M6041</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to migrate some pipelines from ADF to Fabric Pipelines. In the copy activity in Fabric pipeline for a delimited text file I get an error with the message&amp;nbsp;DelimitedTextBadDataDetected. The settings for the delimited files are exactly the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column delimiter: ;&lt;/P&gt;&lt;P&gt;Quote char: "&lt;/P&gt;&lt;P&gt;Escape char: \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem seems to be some rows where a field contains the double quotes as value. For example:&lt;/P&gt;&lt;P&gt;first_col;this is a field with "inside" quotes; last_col -&amp;gt; works fine in ADF, but not in Fabric&lt;/P&gt;&lt;P&gt;first_col;"fully quoted; with delimiter";last_col -&amp;gt;works fine in both&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The expected beahivor is that the data get's copied correctly for both rows with the provided settings, because the double quotes aren't inside other double quotes for the first row. What can I do to get this work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 11:05:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4256210#M6041</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T11:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data DelimitedTextBadDataDetected</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4256234#M6042</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read in another post that Fabric has made some by-design behaviour redaring escapes and delimiters: &lt;A href="https://community.fabric.microsoft.com/t5/Data-Pipeline/Bug-Copy-Data-Delimited-File-Settings/m-p/3526119" target="_blank"&gt;Solved: Bug: Copy Data Delimited File Settings - Microsoft Fabric Community&lt;/A&gt;. You may need to escape the quotes inside your input as follows: first_col;this is a field with \"inside\" quotes; last_col&lt;BR /&gt;Could you try if that works for you?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 11:28:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4256234#M6042</guid>
      <dc:creator>FabianSchut</dc:creator>
      <dc:date>2024-10-24T11:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data DelimitedTextBadDataDetected</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4257496#M6061</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="701977" data-lia-user-login="FabianSchut" class="lia-mention lia-mention-user"&gt;FabianSchut&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your suggestion, I tried it and could get it working with some minor adjustmens by adding double quotes at the beginning and the end of the field like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;first_col;"this is a field with \"inside\" quotes"; last_col&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So it seems that Fabric Pipeline is a bit more strict than ADF and in order to use double quotes I need to put the whole field in quotes an escape them...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 06:30:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4257496#M6061</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-25T06:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Copy data DelimitedTextBadDataDetected</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4262947#M6123</link>
      <description>&lt;P&gt;Thanks for the help on this.&amp;nbsp; I just want to add some comments in case it can help others looking at this same issue.&amp;nbsp; We encountered the&amp;nbsp;DelimitedTextBadDataDetected reading a 3rd-party text file in Fabric pipeline Copy Data activity.&amp;nbsp; It worked fine in ADF, but not in Fabric.&amp;nbsp; I noticed the bad source records had repeating double-quotes, and I realized the file was using double-quotes as both a Quote character and also as the Escape character.&amp;nbsp; It ran fine after I updated the file format settings accordingly.&lt;/P&gt;&lt;P&gt;Also, a related observation: before I fixed the issue, we had trouble with the Import Schemas feature in the Mapping section.&amp;nbsp; It would spin for awhile and then just display a blank screen, with no errors generated.&amp;nbsp; After I updated the file format settings, it worked just fine.&amp;nbsp; I'm guessing the&amp;nbsp;DelimitedTextBadDataDetected error was happening in the background but it wasn't apparent in the UI.&amp;nbsp; It would be nice if Microsoft could adjust this behavior to give feedback in the UI on why the schema mapping wasn't generated.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2024 21:55:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Copy-data-DelimitedTextBadDataDetected/m-p/4262947#M6123</guid>
      <dc:creator>Tim_D</dc:creator>
      <dc:date>2024-10-29T21:55:28Z</dc:date>
    </item>
  </channel>
</rss>

