I prefer using a SUB function in the VI job and still use a regular csv file. This is in our 90minds evernote:
Problem / Description:
When saving an excel spreadsheet with a cell which contains quotation marks- excel doubles the quotes.
Resolution:
Note: There are multiple ways to approach this including a manual search/replace. This is one potential solution.
Bring the data into a temp field in the job then used the following formula:
sub([field to search],[string to find],[string to replace with],[#ofinstances])
or
sub(Temp001$,$22$+$22$,$22$,0)
$22$ being the ASCII for a quotation mark.0=all instances. The PVX Plus Manual is really helpful in figuring this VI job out.
Date Created: 10/2/12
Created By: WES
Source: LinkedIn - Nicole Ronchetti
Updated: 10/2/12
Other Information (Links/Sage KB/Additional Tips):