How to delete Empty Columns in Collections
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-19 11:14 PM
Hi All,
I am Working on Excel data, Copying all Excel data in to collections. Once I copied all data in to collections it is copying extra empty columns also, I want to delete column extra columns in collections. I tried business object Utility-Collection manipulation using Delete column action. By using this action I can able to delete only one column, I want to delete 3 columns.
If any one knows solution Please help me..
Thanks in Advance..
14 REPLIES 14
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-02-19 08:04 AM
Placed 'Next' below the End If, It's working but how to use initialize stage in the process studio.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-02-19 08:55 PM
You don't call it like an action, it's just built in. If it compiled fine in the global code section, then you should be able to invoke the function RemoveEmptyColumns in any code stage on any action you create in that same object.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-02-19 12:32 AM
Sorry @ amibarrett I am unable to catch your point.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-02-19 08:44 PM
If that code is in your global code, you should be able to call RemoveEmptyColumns(Collection) in any code stage.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-19 08:07 PM
Got it, Thank you..@amibarrett

- « Previous
-
- 1
- 2
- Next »