Tagged Questions
0
votes
4answers
819 views
Using MySQL LOAD DATA INFILE with nonprintable character delimiters
I have some vendor data that has the SOH (ASCII character 1) as the field delimiter and STX (ASCII character 2) as the record delimiter. Is it possible to load this data with LOAD DATA INFILE without ...