Bonediggler1
Technical User
Hello-
I need to import a CSV file that has Invoice and Line Detail data in the same fields, and then create a delimited text file in which the Invoice and Line detail fields have different spacing.
CSV file Example (Invoice and Line data is in same fields though does not appear as such in this post)
INVOICE ID, INVOICE #, CLAIM #, DATE OF SERVICE, INVOICE TOTAL
LINE ID , INVOICE #, CLAIM #, CODE 1, , CODE 2
Text Output Example:
INVOICE_ID INVOICE_# CLAIM_# DATE_OF_SERVICE INVOICE_TOTAL
LINE_ID INVOICE_# CLAIM_# CODE_1 CODE_2
Thank you!!
I need to import a CSV file that has Invoice and Line Detail data in the same fields, and then create a delimited text file in which the Invoice and Line detail fields have different spacing.
CSV file Example (Invoice and Line data is in same fields though does not appear as such in this post)
INVOICE ID, INVOICE #, CLAIM #, DATE OF SERVICE, INVOICE TOTAL
LINE ID , INVOICE #, CLAIM #, CODE 1, , CODE 2
Text Output Example:
INVOICE_ID INVOICE_# CLAIM_# DATE_OF_SERVICE INVOICE_TOTAL
LINE_ID INVOICE_# CLAIM_# CODE_1 CODE_2
Thank you!!