How to append data from two different columns in an excel and write it in an existing blank column?
I have downloaded an ExcelSheet from SAP and processed it further. The current state is as follows:
where the First column only have the columnName (LIFNRERNAM) and I need to append the data from the 4th column (columnName: LIFNR) and 3rd column (columnName: ERNAM) and set it as the content of the first column (columnName: LIFNRERNAM)
Can someone help me out with an approach?
PS: In one of the previous steps I have added the blank column setting the columnNames appending 2 other columnNames
@parasmanichauhan [quote=“parasmanichauhan, post:5, topic:160100”]
Read range inside excel application scope and in output property mention datatable variable name in which you want the values
[/quote]
Yes, I am done till this. I am stuck with the approach to process.
Also, one quick question you only want fill data in col1 and then process it or you are getting some inputs for col3 and col4 (from within the process) and then you want to fill data in col1 and then process it?