Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a dataset that it is split by a pipe delimeter (¦) and in some cases the string has quotations.
I have tried the select data with quoting none and the quotations appear in the fields
If I try it with standard the quotes don't appear, but the split does not work. It adds the full row (within quotes) in the first field
Any ideas on how I can split it out correctly?
Perfect, thanks