You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Fast-CSV to write a .csv for importing by a SSIS job but it's having issues with apostrophe/single quote in the row.
For example fast-csv writes the row like this: "The quick' brown fox" which SSIS isn't liking, it expects the line to not have the surrounding quotes: The quick' brown fox
Can this be achieved using a transform on a row?
It seems only the contents of the row can be altered using a transform and not the quoting.