I am importing from an xml using simple statements such as:
Xmltocursor("&Mxm", "cxm", 512)
however, on field in the xml is needed as character I my new table. The problem appears to be that there is a '-' in the xml field. As an example in xml it is 45987-8.
on import to cursor, the field imports as numeric and the '-8' is truncated or dropped off. Any idea how to force import so that this particular fields comes in as character?
Thanks for any input
Will
Xmltocursor("&Mxm", "cxm", 512)
however, on field in the xml is needed as character I my new table. The problem appears to be that there is a '-' in the xml field. As an example in xml it is 45987-8.
on import to cursor, the field imports as numeric and the '-8' is truncated or dropped off. Any idea how to force import so that this particular fields comes in as character?
Thanks for any input
Will