Subject: | Re: Import .CSV
| Date: | 19 Jun 2022 13:04:32 -0400
| From: | "Fabio" <fabiospagg@gmail.com>
| Newsgroups: | pnews.paradox-development
|
Leslie <"ViaThe List"@NOSPAM.com> wrote:
>Open in Word and do a search and replace. In the dialog that appears you
>click the special button and you can choose "manual line break" if that
>is what it is.
>
>hth
>
>
>
>On 13/02/2022 9:15 PM, Fabio Spaggiari wrote:
>> Hi all .
>> I need to import a .CSV file from a web application that export data in
this
>> format.
>> When I try to read it , in several way ,both objectpal or interactive
paradox
>> fail when encounter the first record separator
>> This is an unprintable caracter made by pressing Shift + Enter
>> I can see it opening the file by word or officewriter
>> and the symbol showed is like a downleftarrow , but
>> I can't end import ..
>> Any tips ?
>> Regards , Fabio
>>
>
>--
>This email has been checked for viruses by Avast antivirus software.
>https://www.avast.com/antivirus
>
>> FEEDBACK
Hi all sorry for feedback delay...
finally I get rid of the problem using TextStream type instead of
import method . After I use breakapart to split every line in fields.
If anyone need example feel free to ask me .
Regards , Fabio special caracter don't affect
|