Skip to main content

Search

Search

Integrate CSV File in web integration

Comments

2 comments

  • Official comment
    Avatar
    Juan Martinez
    Moderator Official comment

    Yes, this is totally feasible, and is actually a very efficient way to send multiple-record data to BarTender.

    Just fill the payload of the POST Web Service with CSV-formatted data (with or without headers' row), use MIME text/csv on the header, and that's all about specific things from the client side:

    On the "server" side (Integration), you will have to specify the CSV format:

    Document to print must have been configured on the same CSV schema as incoming data in Web Service POST payload, of course, especially if there are headers.

  • Avatar
    Peter Thane

    I assume you mean how to do you read from the CSV file using a web service integration rather than fill it (ie write to it - if not you will need to configure this by adding an Action via Process Builder).

    I am not sure if you have seen this video tutorial but it may help

    https://support.seagullscientific.com/hc/en-us/articles/115005301108-Building-a-web-service-integration-Video-33-10-

     

    0

Please sign in to leave a comment.