
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hy Team,
i am trying to create the user by the use of delimited driver. when i put the .csv file in the input path , only the first user in input file is created in ID vault although i put the multiple user value but the driver will check only the 1 st row value .it dont check the other values.i put the unique association value for each unique user.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Theres a known bug and please update to the latest release of dtf driver: https://download.microfocus.com/Download?buildid=ElZdWZtt61c~
I had the same issue
Regards,
Philipp
--
https://www.lanworks.de


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
As always, show us some trace.
I.e. Is it only processing the first line in the file? What happens when it gets to the second line? No event?
(Are your carriage returns right? dos2unix/unix2dos tools as needed?)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I cannot tell from the file nor the log. What platform is the Delim Text driver running on? Windows or Linux?
What are the line endings you saved the text file with?
If on Linux, try dos2unix on the file. Or a text editor that can save with Linux line endings.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Delimited driver running on SUSE linux server 12 sp3 . i converted the input file from DOS to unix (by dos2unix) and i also tried with Text editor but in both cases still the driver only took the 1 st user data only .


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Try changing the line endings with unix2dos. 🙂 I.e. Reverse it and check.
This is usually not an issue. I.e. It successfully reads all the lines, no config needed.
Perhaps check the file encoding and set it appropriately in the driver config setting? (special characters usually are the issue there, not reading teh second line.)
Try more than 2 lines like 5, to ensure it is not just the one line problem. Alas, experiment.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Theres a known bug and please update to the latest release of dtf driver: https://download.microfocus.com/Download?buildid=ElZdWZtt61c~
I had the same issue
Regards,
Philipp
--
https://www.lanworks.de


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Awesome, good to know. I assume it is this bug referenced in the Readme on the patch:
Bug 1158617 - The Delimited Text driver is successfully processing the input XML file in the publisher channel.
Love it, does not say it is about multiline files. And the bugs linked suggest XML only, but I guess there was overlap in the bug and the fix.
Thanks for letting us know on this one!