Resolved

CSV import with line breaks

0 vote

avatar

Hi Guys,

It seems RDM is unable to import a CSV file and add line breaks to the description.

If I try to import the following csv:


connectionType,ConnectionSubType,SubMode,Name,Group,Description,Expiration,Parent,Host,Port,CredentialUserName,CredentialDomain,CredentialPassword
Username / Password,,0,dummy, FTP,"text

with

line


breaks",,,,,dummy,,dummy



The text on the description is together (image in attached)


If I create a new session manually and set the description text with line breaks and then export it to csv, I get the following result:


ConnectionType,ConnectionSubType,SubMode,Name,Group,Description,Expiration,Parent,Host,Port,CredentialUserName,CredentialDomain,CredentialPassword
Username / Password,,0,dummy, FTP,"text

with

line


breaks",,,,,dummy,,dummy



The csv I'm importing and the csv RDM is exporting look exactly the same, but when I import I don't get the line returns.

Thank

Rafael

CSV Import.JPG

All Comments (7)

avatar

Hi,
I will enter a bug to verify that our csv parser can handle the multi lines.

Regards

David Hervieux

avatar

Hi David,

Thank you!

Rafael

avatar

Fixed, will be in the next beta release.

Best regards,

Stéfane Lavergne

avatar

Hi Stefane,

Thank you so much!

Rafael

avatar

I'd like to add the request to allow ; as delimiter for CSV Imports, as this is somewhat related.

avatar

Hi,
We use an engine for the parsing. I will check if it's possible to change the delimiter.

Regards

David Hervieux

avatar

Thanks for the quick reply!
On a sidenote:
is it also possible to add "Domain" and "Description" to the CSV Login Import Wizard?