digitalmars.D.learn - Need csv writer (std.csv only has csvReader)
- John Xu (5/5) Oct 12 2023 Any friend can help me with a csvWriter? The std.csv only has a
- Imperatorn (2/7) Oct 13 2023 Have you looked at https://code.dlang.org/packages/mir-ion ?
- Imperatorn (4/9) Oct 13 2023 Also, if tsv is acceptable, I tried this previously
Any friend can help me with a csvWriter? The std.csv only has a csvReader. I want to dump database from sqlite to mysql. If I do it manually, I need handle double quote("), \n, ',' specifically
Oct 12 2023
On Thursday, 12 October 2023 at 23:18:23 UTC, John Xu wrote:Any friend can help me with a csvWriter? The std.csv only has a csvReader. I want to dump database from sqlite to mysql. If I do it manually, I need handle double quote("), \n, ',' specificallyHave you looked at https://code.dlang.org/packages/mir-ion ?
Oct 13 2023
On Thursday, 12 October 2023 at 23:18:23 UTC, John Xu wrote:Any friend can help me with a csvWriter? The std.csv only has a csvReader. I want to dump database from sqlite to mysql. If I do it manually, I need handle double quote("), \n, ',' specificallyAlso, if tsv is acceptable, I tried this previously https://code.dlang.org/packages/tsv-utils And it can convert csv to tsv
Oct 13 2023