Aller au contenu principal

Recherche

Recherche

Commander Does Not Handle ", In Variables

Commentaires

1 commentaire

  • Avatar
    Ian Cummings
    Modérateur

    Use the <Delimitation> and <FieldDelimiter> tags to specify a custom field delimiter.  See the below example.

    <?xml version="1.0" encoding="utf-8"?> 
    <XMLScript Version="2.0" Name="09232006_103601_Job1" ID="123">
    <Command Name="Job1">
    <Print> 
    <Format>Label1.btw</Format>
    <RecordSet Name="Text File 1" Type="btTextFile">
    <FileName>Data1.dat</FileName>
    <Delimitation>btDelimCustom</Delimitation> 
    <FieldDelimiter>;</FieldDelimiter>
    <NumberOfFields>10</NumberOfFields>
    <UseFieldNamesFromFirstRecord>true</UseFieldNamesFromFirstRecord>
    </RecordSet> 
    </Print> 
    </Command> 
    </XMLScript> 
    
    0

Vous devez vous connecter pour laisser un commentaire.