Hello Everybody.
I’m trying to export to CSV file two columns (Called Number and Insert) from the inc-call-handling-trmt. Well, the CSV file doesn’t come in columns, instead, the CSV come with two lines with all the data. The first one with the Titles (Good), the other line has all the data separately by commas; I will give you an example:
Caller Number (*),Insert (*)
123456789,987654321,123654987,123456987,765765234, ,,,87654,87651,54321,97542,12345
The Right CSV has to be something like this:
Caller Number (*),Insert (*)
123456789, 87654
987654321, 87651
123654987, 54321
123456987, 97542
765765234,12345
I that a really need is a CSV with Telephone Number, Name and Extension.
The Avaya admin told me that I have to export the telephone and the name from Station report and the telephone and extension from inc-call-handling-trmt. Then I will do a Powershell that match all the data in one.
How can I do?
Thanks in advance and have a nice week,
Angel Biurrun.
I’m trying to export to CSV file two columns (Called Number and Insert) from the inc-call-handling-trmt. Well, the CSV file doesn’t come in columns, instead, the CSV come with two lines with all the data. The first one with the Titles (Good), the other line has all the data separately by commas; I will give you an example:
Caller Number (*),Insert (*)
123456789,987654321,123654987,123456987,765765234, ,,,87654,87651,54321,97542,12345
The Right CSV has to be something like this:
Caller Number (*),Insert (*)
123456789, 87654
987654321, 87651
123654987, 54321
123456987, 97542
765765234,12345
I that a really need is a CSV with Telephone Number, Name and Extension.
The Avaya admin told me that I have to export the telephone and the name from Station report and the telephone and extension from inc-call-handling-trmt. Then I will do a Powershell that match all the data in one.
How can I do?
Thanks in advance and have a nice week,
Angel Biurrun.
Comment