Hello All ,
I need help in importing some of the data from one file to another file which will have set header column.
Input file - This Input file will have improper header naming convention.
| eeproduct name | productzz location | emplueenamewww | ytrConractghNumber |
| a | California | rty | 12345 |
| b | ARIZONA | fgh | 45678 |
| c | San Jose | jkl | 987 |
| d | San Francisco | yui | 2366 |
| E | New York | qwe | 2316 |
| f | New Jersey | asd | 453 |
| g | Georgia | zxc | 5678 |
Output file Template - In this template data from Input file should be imported as per correct header wise.
| Contact Number | Product Location | Employee Name |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
Please advise
Thanks in advance!
Regards,
Rajeev