Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TPPSData ¶
type TPPSData struct { InvoiceNumber string TPPSCreatedDocumentDate string SellerPaidDate string InvoiceTotalCharges string LineDescription string ProductDescription string LineBillingUnits string LineUnitPrice string LineNetCharge string POTCN string LineNumber string FirstNoteCode string FirstNoteCodeDescription string FirstNoteTo string FirstNoteMessage string SecondNoteCode string SecondNoteCodeDescription string SecondNoteTo string SecondNoteMessage string ThirdNoteCode string ThirdNoteCodeDescription string ThirdNoteTo string ThirdNoteMessage string }
TPPSData represents TPPS paid invoice report data
func ParseTPPSReportEntryForOneRow ¶
func ParseTPPSReportEntryForOneRow(row []string, columnIndexes map[string]int, headerIndicesNeedDefined bool) (TPPSData, map[string]int, bool)
ProcessTPPSReportEntryForOneRow takes one tab-delimited data row, cleans it, and parses it into a string representation of the TPPSData struct
Click to show internal directories.
Click to hide internal directories.