I'm trying to load CSV file with BULK INSERT command. But it fails if FIELDTERMINATOR
is a part of text, for instance:
678,"Value with , inside",199
Is there a way to make BULK INSERT work with this kind of data?
I'm trying to load CSV file with BULK INSERT command. But it fails if FIELDTERMINATOR
is a part of text, for instance:
678,"Value with , inside",199
Is there a way to make BULK INSERT work with this kind of data?