Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Qserv
-
Labels:None
-
Story Points:2
-
Sprint:DB_W15_02
-
Team:Data Access and Database
Description
Add this string to mysql loader 'LOAD DATA INFILE' command:
q += "ENCLOSED BY '%s' ESCAPED BY '%s' LINES TERMINATED BY '%s'" % (enclose, escape, newline)
|
and add params in cfg file.
Attachments
Issue Links
- relates to
-
DM-1976 Fix SQL using join and "select alias.fieldname"
- Invalid
A quick fix to load SUI data, that I've exported from Serge mysqldump.