IMPORT.CSV - j5 - 28.0 - Administration & Configuration - Hexagon

j5 IndustraForm Designer Reference

Language
English
Product
j5
Search by Category
Administration & Configuration
j5 Version
2019

Loads data in CSV format from an http(s) request.

= IMPORT.CSV(url[, parameters])

url - The URL to load the CSV from when evaluated. A URL with parameters must be in the following format: "https://url.com?param1=${param1}&param2=${param2}"

parameters - (Optional) The parameters to pass to the URL (Use this rather than adding strings together to make the URL).

The parameter values must be given in this format: {"param1", 3; "param2", "abc"}. For example, =IMPORT.CSV("https://url.com?param1=${param1}&param2=${param2}", {"param1", 3; "param2", "abc"})

For more information, refer to IMPORT.CSV examples.