F
FD3S
Hi All,
i was wondering if anyone could give me some help on a perl script i am
trying to write and i am getting no where
(
-----
I have an excel spreadsheet, with the following columns:
Username Fullname Password Synchronised
The rows consist of data with the Synchronised column being either a
YES or a NO.
What i'd like to do via a perl is to read this excel spreadhseet and
extract all the rows where the Synchronised column is set to NO and
output the data to a comma delimited text file in the following format:
Username,Full Name,Password,OtherID,,,,
OtherID is just a random word, which i need to include and i require
the 4 commas too.
Any help on this would be massively appreciated.
Best Regards
i was wondering if anyone could give me some help on a perl script i am
trying to write and i am getting no where
-----
I have an excel spreadsheet, with the following columns:
Username Fullname Password Synchronised
The rows consist of data with the Synchronised column being either a
YES or a NO.
What i'd like to do via a perl is to read this excel spreadhseet and
extract all the rows where the Synchronised column is set to NO and
output the data to a comma delimited text file in the following format:
Username,Full Name,Password,OtherID,,,,
OtherID is just a random word, which i need to include and i require
the 4 commas too.
Any help on this would be massively appreciated.
Best Regards