
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018 12:28 AM
The Remote File Import does upload the CSV file from the mid server to a Data Source. Even when pointing the Remote File Import to an existing import set load table with an existing transform map, the uploaded data source configuration does not retain the custom separator value. It would seem I need to use another file format like XML or JSON to overcome this issue. We have tested a manual import set configuration, with the delimiter set to pipe, and the import set table load and transform work fine. We would like to automate the upload and transform from the mid-server file in a schedule, but the nature of the CSV will not retain the custom delimiter when it attempts to load the import table, so it fails to successfully populate the import set table and does not attempt the transform. Thank you.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 07:51 AM
Hi Shakti, the way I fixed the issue was to have the file format changed from pipe delimited to tab delimited. I found that only the default file formats would work when pulling in a file that is located in the mid server file system. HTH, Tim

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2018 07:51 AM
Hi Shakti, the way I fixed the issue was to have the file format changed from pipe delimited to tab delimited. I found that only the default file formats would work when pulling in a file that is located in the mid server file system. HTH, Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2018 04:49 AM
thanks Tim. I am not sure what I was doing wrong earlier but I managed to use remote file importer to pull a JSON file from midserver and process that successfully

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2018 09:45 AM
awesome Shakti good job!