I am trying to do a csv-import into Insight with URL but i get the error "Failed to connect to the CSV file specified."
When i use the File-option and upload the file it works fine. So i guess the csv-file itself is ok.
My URL is something like: "file://example/test/test.csv" and when i open the url in edge it works and the test.csv gets downloaded. But in Insight Import config it fails.
Have also tried:
-file:///example/test/test.csv
-file:\\example\test\test.csv
-file:\\\example\test\test.csv
"test.csv" looks like this:
Header1,Header2,Header3
Value1,Value2,Value3
Thanks in advance!