Integrate CSV File in web integration
Hi ,
Our Bartender label consists of CSV Data source and how can we fill that using web integration by TEXT(CSV) Input data format and print accordingly. We tried using postman POST HTTP Method and input data form-data file format.
How can we integrate CSV file to Label using web Integration?
-
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.
-
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
0
請登入寫評論。
評論
2 條評論