The problem with that is the text file is being imported into a PDB (PDA Database) file and we want to minimise the work on the PDA side.
Anyway I found a solution. I was defining my types as varchar and by moving them to a text type this will export a single space by default. I know text types take more space but the database isnt very big anyway.
Thanks for the help