in reply to Re: Re (tilly) 2: Regexp nightmare
in thread Regexp nightmare with CSV
My handling of these things is intended to be compatible with the output of Microsoft applications. When I want my own file format, I have plenty of options available in which there are no subtle, "Can't handle some data" issues and likewise no subtle, "Works differently on different platforms".
So my answer is that if you have data in an Access table that includes embedded returns, and you export that table to a .csv file, on Windows Text::xSV will handle the return as exported by Access. On other operating systems there are file format issues which can be solved in a number of ways. The most general being to convert the file to native text format (whatever that is).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re (tilly) 4: Regexp nightmare
by shotgunefx (Parson) on May 29, 2001 at 11:47 UTC |