- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2011 05:00 AM
I have an import, I want to add some scripts to and I start asking, how I can put various fields into the comment field.
So the idea is:
putting.
into one target field with a script 🙂 because the source data have 3 different comment fields (I hate it) and I need to get all of them into service now.
regards
Chrisian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2011 07:10 AM
To add a line break:
answer = source.commentField1.toString() + "\n" + source.commentField2.toString() + "\n" + etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2011 12:45 AM
Thanks... that worked great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2020 11:26 AM
Hi,
Other option would be using this: %0D%0A instead of \n\n