Hello all,
I'm trying to export a the results of a query into a comma delimited .txt with the header colum. The fist column is always blank.The current format is
Header:
XXXX {Tab} XXX_XX {Tab} {Tab} {Tab} XX_XXXX_XX {Tab} XXXXX
Body:
{Tab}xxxxxxxxxx xxxxxxxx {Tab}xxxxxxx{Ta b}xxxxxxxxx
I'm exporting the results of a make table query in the same format with comma's as the delimiter. Problem is in the header there is two delimiters between the second and third text column. I cant get the specs right to export a blank column. I'v tried using a , as the column name but the export comes out with an underhyphen as the name not a comma.
I'm trying to export a the results of a query into a comma delimited .txt with the header colum. The fist column is always blank.The current format is
Header:
XXXX {Tab} XXX_XX {Tab} {Tab} {Tab} XX_XXXX_XX {Tab} XXXXX
Body:
{Tab}xxxxxxxxxx xxxxxxxx {Tab}xxxxxxx{Ta b}xxxxxxxxx
I'm exporting the results of a make table query in the same format with comma's as the delimiter. Problem is in the header there is two delimiters between the second and third text column. I cant get the specs right to export a blank column. I'v tried using a , as the column name but the export comes out with an underhyphen as the name not a comma.
Comment