X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=text%2Fexamples%2Ftabs.clean.conf;fp=text%2Fexamples%2Ftabs.clean.conf;h=b92b9d09f7e1051c164127082e8e17d544c64c42;hp=0000000000000000000000000000000000000000;hb=f9201dc2d1699f5161e5e29690a1634e8063bb85;hpb=d1812fa8c4c9e220978d650adb3611c978a2a56b diff --git a/text/examples/tabs.clean.conf b/text/examples/tabs.clean.conf new file mode 100644 index 0000000..b92b9d0 --- /dev/null +++ b/text/examples/tabs.clean.conf @@ -0,0 +1,3 @@ +$CSV_options{quote_char} = undef; +$CSV_options{escape_char} = undef; +$CSV_options{sep_char} = chr(9);