Documentation
¶
Index ¶
- func CreateNewCustomFileFormatTransactionDataParser(fileType string, fileEncoding string) (custom.CustomTransactionDataParser, error)
- func CreateNewCustomTransactionDataImporter(fileType string, fileEncoding string, ...) (converter.TransactionDataImporter, error)
- func GetTransactionDataExporter(fileType string) converter.TransactionDataExporter
- func GetTransactionDataImporter(fileType string) (converter.TransactionDataImporter, error)
- func IsCustomFileFormatFileType(fileType string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNewCustomFileFormatTransactionDataParser ¶ added in v1.4.0
func CreateNewCustomFileFormatTransactionDataParser(fileType string, fileEncoding string) (custom.CustomTransactionDataParser, error)
CreateNewCustomFileFormatTransactionDataParser returns a new custom transaction data parser according to the file type and encoding
func CreateNewCustomTransactionDataImporter ¶ added in v1.4.0
func CreateNewCustomTransactionDataImporter(fileType string, fileEncoding string, columnIndexMapping map[datatable.TransactionDataTableColumn]int, transactionTypeNameMapping map[string]models.TransactionType, hasHeaderLine bool, timeFormat string, timezoneFormat string, amountDecimalSeparator string, amountDigitGroupingSymbol string, geoLocationSeparator string, geoLocationOrder string, transactionTagSeparator string) (converter.TransactionDataImporter, error)
CreateNewCustomTransactionDataImporter returns a new custom transaction data importer according to the file type and encoding
func GetTransactionDataExporter ¶ added in v0.6.0
func GetTransactionDataExporter(fileType string) converter.TransactionDataExporter
GetTransactionDataExporter returns the transaction data exporter according to the file type
func GetTransactionDataImporter ¶ added in v0.6.0
func GetTransactionDataImporter(fileType string) (converter.TransactionDataImporter, error)
GetTransactionDataImporter returns the transaction data importer according to the file type
func IsCustomFileFormatFileType ¶ added in v1.4.0
IsCustomFileFormatFileType returns whether the file type is the custom file format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.