Customer Portal

Convert Excel file to xml

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello Indu,
    For reading data from excel file use XLSReader. To set some columns to default value use default_value autofilling function. If you don't need to join data from different inputs, use StructuredDataWriter for creating an xml output. In other case you need to use XMLWriter and create proper mapping.

Please sign in to leave a comment.