Text from Word to be split into collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-21 07:49 PM
Hi Folks,
once more I need your help..
I need to move data from Word document to Collection or Excel,
I have checked different objects but I am not sure how to get each row in separate rows in excel or collection as per example in the document...
I have tried with the String option, but some rows may not contain the relative number and this would cause only confusion...
do you have any advise on this?
Thank you
once more I need your help..
I need to move data from Word document to Collection or Excel,
I have checked different objects but I am not sure how to get each row in separate rows in excel or collection as per example in the document...
I have tried with the String option, but some rows may not contain the relative number and this would cause only confusion...
do you have any advise on this?
Thank you
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-21 09:15 PM
@LorenzoCapocci1 , you can copy this value
1981 offering name 0000-PID GA 2019
2062 Order Error- Withdrawn (JPN)
2278 Mood Marbles
to the clipboard and use a split text to make it look like this:1981 offering name 0000-PID GA 2019
__________________________________
2062 Order Error- Withdrawn (JPN)
__________________________________
2278 Mood Marbles
__________________________________
Then you use action append field(text) and add the column "Number"
Run a loop over this collection with a multcalc in the middle with the following expressions:
Left([Coll.Title]; 4) saving to Coll.Number and the second expression is the Replace([Coll.Title];Left([Coll.Title]; 4);"") to remove the first few characters from the string and that should solve your problem.
Sr Cons at Avanade Brazil
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-21 12:49 AM
Thank you once again @EmersonF this is really helpfull...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-07-21 01:19 PM
I'm happy to help you, my friend
Sr Cons at Avanade Brazil
