Hi everyone,
For a billing i need to import .csv files in a pretty old billing system. Its so old i cant get support on it.
This works fine when i use the .csv files i receive from our partner, who provides service A.
However, another partner who provides service B sends us a file in a completely different style that wont be accepted by the billing system.
After some help on the forum here i created some code that converts their file to a file that looks identical to that of partner A.
Now i can upload the file on the billing system, but when i try to generate a report based on the file i made i get a blank excel sheet. When i generate a report from the ready to go file from partner A i get a report without any issues.
When i look at both files in Notepad ++ they look identical. (I changed numbers and e-mail adresses for privacy)
Original file i receive from partner:
File i made using some VBA code to convert things:
Anyone know how it could be that one is working, and the other identical working one is not?
Thanks,
For a billing i need to import .csv files in a pretty old billing system. Its so old i cant get support on it.
This works fine when i use the .csv files i receive from our partner, who provides service A.
However, another partner who provides service B sends us a file in a completely different style that wont be accepted by the billing system.
After some help on the forum here i created some code that converts their file to a file that looks identical to that of partner A.
Now i can upload the file on the billing system, but when i try to generate a report based on the file i made i get a blank excel sheet. When i generate a report from the ready to go file from partner A i get a report without any issues.
When i look at both files in Notepad ++ they look identical. (I changed numbers and e-mail adresses for privacy)
Original file i receive from partner:

File i made using some VBA code to convert things:

Anyone know how it could be that one is working, and the other identical working one is not?
Thanks,