Undefined Collection Reference
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 07:22 PM
I have a massive excel file that I have sent to an undefined collection.
With a collection that has fields that are set up in advance, you can reference the column/field by using [collection.field1]
With an undefined collection, there are no predefined fields.Â
How can I reference a column/field when the collection is undefined
Â
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 08:00 PM
Hi,Â
You can put a breakpoint after reading the excel data into a collection. Open the undefined collection Data Item->Current Values. You can see the Column names in there. You could then use the same format as a defined collection to reference the fields. ( ex: [Collection dataitem.]
Â
Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 08:04 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 08:04 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 08:09 PM
Ok, I'll give this a try.Â
Â
This should this work without the break, right?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-05-19 12:43 AM
Looks like it works! Thanks a bunch!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-05-19 05:59 PM
If headers are consisent, you just reference it by header names.
If you read without headers, it's Column1, Column2 etc..
