I have generated a csv file using SQR and output commes as left align by default for string. I need to make it right align. Please suggest.
For example:
address xxx yyy zzz
i need
address xxx yyy zzz
code used to write CSV is
write $address
Please assist on this.