How do you create an IIF file with emedded quotes
Item name is 1/4" Pipe
This truncates to 1/4 on import and creates a new unwanted item
How do you create an IIF file with emedded quotes
Item name is 1/4" Pipe
This truncates to 1/4 on import and creates a new unwanted item
Karl, rather than use quotes as the delimiter, why not used tabs, or commas (opens up a whole nother can of worms though)
Gary
The standard way in a CSV file is to quote the entire field and then double the quote chars you wish to keep:
raw / as CSV
Bob "BigGuy" McKenzie / "Bob ""BigGuy"" McKenzie"
1/4" Pipe / "1/4"" Pipe"If you're using tab-delimited IIF files, the same should work because oddly enough, IIF requires quotes when a field contains a comma in a tab-delimited file, which is not normally the case.
Let us know if it works.
Have something to add? Share your thoughts — no account required.
Ask the community — no account required