peterchan75
Supremacy Member
- Joined
- Apr 26, 2003
- Messages
- 6,754
- Reaction score
- 533
Hi All,
I use Excel macro to output 8 records to an ANSI encoding text file. Each record is 1000 characters long. The ANSI encoded file was created using CreateTextFile(filename, True, False) and output using WriteLine. When I use Notepad++ to view the text file, it indicated that it's ANSI encoding but the total file length was 8016 instead of 8000.
This text file is for Giro transaction upload and the system is not accepting it. The error message is... either not ANSI encoded or encrypted/hash or illegal file format.
Any chance that the new line characters are causing this issue ?
I use Excel macro to output 8 records to an ANSI encoding text file. Each record is 1000 characters long. The ANSI encoded file was created using CreateTextFile(filename, True, False) and output using WriteLine. When I use Notepad++ to view the text file, it indicated that it's ANSI encoding but the total file length was 8016 instead of 8000.
This text file is for Giro transaction upload and the system is not accepting it. The error message is... either not ANSI encoded or encrypted/hash or illegal file format.
Any chance that the new line characters are causing this issue ?