Skip to content

Commit 69df458

Browse files
authored
Merge pull request #2567 from codefori/fix/ensure_csv_escapes
2 parents c5ed50d + 626dba4 commit 69df458

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/api/components/copyToImport.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ export class CopyToImport implements IBMiComponent {
7171
RMVBLANK: `*TRAILING`,
7272
ADDCOLNAM: `*SQL`,
7373
FLDDLM: `','`,
74-
DECPNT: `*PERIOD`
74+
DECPNT: `*PERIOD`,
75+
STRDLM: `*DBLQUOTE`,
76+
STRESCCHR: `*STRDLM`
7577
}).replaceAll(`'`, `''`) + `')`);
7678

7779
return {

0 commit comments

Comments
 (0)