ianb
Member
Hi,
I have an .xls file with columns A to D with title headers.
What I am looking for is a module that I can run once a user has entered the data in each column.
Simply the data will save into a file with a name and the date and time.
The file will be .csv or .txt and around each of the cells will be " at the start and " at the end plus , for the divider of each fo the cells from excel to .csv or .txt as listed below.
I can then have a button for the user to click once they have entered the data which will save in a named folder location ready for processing.
Does any one have such a program (or soltion)
Many Thanks. Ian.
example fo the output file I require :
[pre]
[/pre]
p.. numberous attempt have come close yet not the solution.
I have an .xls file with columns A to D with title headers.
What I am looking for is a module that I can run once a user has entered the data in each column.
Simply the data will save into a file with a name and the date and time.
The file will be .csv or .txt and around each of the cells will be " at the start and " at the end plus , for the divider of each fo the cells from excel to .csv or .txt as listed below.
I can then have a button for the user to click once they have entered the data which will save in a named folder location ready for processing.
Does any one have such a program (or soltion)
Many Thanks. Ian.
example fo the output file I require :
[pre]
Code:
"DomainName","sAMAccountName","AttributeName","OLD_VALUE","NEW_VALUE"
"PRBUK","T01234456","EmployeeID","","0123456Y","S3423478"
"AN","D4823782","EmployeeID","","0123456Y","S3423478
p.. numberous attempt have come close yet not the solution.