<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Batch Loader Utility: Automatically add extra characters if a cell contains double quotation mark</title><link>https://www.aras.com/community/f/development/35911/batch-loader-utility-automatically-add-extra-characters-if-a-cell-contains-double-quotation-mark</link><description>I&amp;#39;m using Batch Loader to import data into ARAS from a csv file. I notice that if a cell contains a double quotation mark &amp;quot;, the tool will automatically add some extra &amp;quot; to the content. It is an annoying behavior. 
 Example: A cell content in the CSV</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Batch Loader Utility: Automatically add extra characters if a cell contains double quotation mark</title><link>https://www.aras.com/community/thread/5645?ContentTypeID=1</link><pubDate>Fri, 04 Sep 2020 15:00:46 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:8c638a3a-61dc-40c0-8784-8db6138078f2</guid><dc:creator>Skyler Crossman</dc:creator><description>&lt;p&gt;Jacky,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You&amp;#39;re welcome, glad to help!&amp;nbsp;Most of my work with the batchloader has been in text editors, so I&amp;#39;m used to spotting errant quotations. Prior to remembering Open Offic Calc could save without the delimiter, I had a regular expression doing the job. Calc is much easier!&lt;/p&gt;
&lt;p&gt;Skyler&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Batch Loader Utility: Automatically add extra characters if a cell contains double quotation mark</title><link>https://www.aras.com/community/thread/5643?ContentTypeID=1</link><pubDate>Fri, 04 Sep 2020 04:19:36 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:b239fcb8-5bd6-48a1-bf91-a44872ce4361</guid><dc:creator>Jacky Phan</dc:creator><description>&lt;p&gt;Skyler C.&lt;/p&gt;
&lt;p&gt;You mentioned the correct point, it is because of spreadsheet editors that automatically surrounds double quotes by this rule: &amp;quot;Fields with embedded commas or double-quote characters must be quoted&amp;quot; which described in &lt;a href="https://en.wikipedia.org/wiki/Comma-separated_values#Basic_rules"&gt;https://en.wikipedia.org/wiki/Comma-separated_values#Basic_rules&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I tried to use Open Office Calc tool to open an EXCEL file, then save it as CSV without Text Delimiter. It worked as expected.&lt;/p&gt;
&lt;p&gt;Thank you very much!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Batch Loader Utility: Automatically add extra characters if a cell contains double quotation mark</title><link>https://www.aras.com/community/thread/5639?ContentTypeID=1</link><pubDate>Thu, 03 Sep 2020 15:00:17 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:1128e0a9-8207-489f-80c4-ed7ddf3aa9ac</guid><dc:creator>Skyler Crossman</dc:creator><description>&lt;p&gt;Jacky Phan,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m having a bit of trouble replicating your issue. The batchloader combines the data row with the AML template, so you should be able to see the AML that&amp;#39;s going to be run by clicking on a row. Do you see your extra quotation marks there? They may well be escaped in some fashion, since double quotes are reserved characters in XML. Look for &amp;amp;quot; where you might expect a double quote.&lt;/p&gt;
&lt;p&gt;I know that some spreadsheet editors have an annoying habit of adding quotes around cells which contain a string. I use Open Office Calc a lot, and I have to manually uncheck the checkbox to add the surrounding quote every time I save a file for batch loading. If you open the file with Notepad or some equivalent do you still see the extra quotes?&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re not seeing the extra quotes in your file, but do see them in the loaded data in Innovator, let me know what they look like in the Template preview.&lt;/p&gt;
&lt;p&gt;Skyler C.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>