04-12-04 07:42 PM
zebra1024@hotmail.com (zebra) wrote in message news:<51c7f1fe.0404120644.35b64b9e@posting.g
oogle.com>...
> I am trying to create a schema to import a CSV file I generated using
> Excel.
>
> When I test the map I get the following XML file:
> <ns0:Root xmlns:ns0="http://Circles.NamesOut">
> - <Person>
> <ID>1</ID>
> <FirstName>ted</FirstName>
> <LastName>Jones</LastName>
> <Address1>1 any street</Address1>
> <Address2>Apt 2</Address2>
> <PhoneNumber>555-1212 2</PhoneNumber>
> </Person>
> </ns0:Root>
>
> The source file is:
> 1,ted,jones,1 any street,Apt 2,555-1212
> 2,Ted,davis,2 any street,suite 344,667-9090
>
> It picks up the 2 on the second line as part of the PhoneNumber so it
> appears the Repeating Delimiter is not working.
>
> I set it to Type hex with a value of 0x0D0A which looks correct when I
> open the file with a hex editor. Am I missing something?
>
>
> Thanks
Try chaning the delimiter to 0x0D 0x0A with a delimiter type of Hexadecimal.
[ Post a follow-up to this message ]
|