
Contributor
2020-02-12
07:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Extract All Header Columns from Excel(.xls) file
Dear All,
I have a requirement in my project to extract all Column names from any given source file from Excel (.xls) file.
Column name is going to be always the first row.
I used limit as 1, Header as 0 & First Column Starts from 1.
How could i get all the column names in a single string variable with comma separated.
419 Views
3 Replies

Creator
2020-02-12
09:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @tisiddiqui can you try string concatenation and create a new field by joining all of them? Just food for thought.
419 Views

Contributor
2020-02-23
06:16 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Sujay,
I took the output of MS-EXCEL file inside Dynamic object in tjava row component.
Then read this object using Java method and extracted all the columns into a String Variable.
Regards,
Tanweer
I took the output of MS-EXCEL file inside Dynamic object in tjava row component.
Then read this object using Java method and extracted all the columns into a String Variable.
Regards,
Tanweer
419 Views

Contributor
2020-11-30
07:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am looking to do the same, can you share the tJava code you used?
419 Views
