Documentation
¶
Index ¶
- func CreateNewDelimiterSeparatedValuesDataImporter(fileType string, fileEncoding string, ...) (base.TransactionDataImporter, error)
- func CreateNewDelimiterSeparatedValuesDataParser(fileType string, fileEncoding string) (dsv.CustomTransactionDataDsvFileParser, error)
- func GetTransactionDataExporter(fileType string) base.TransactionDataExporter
- func GetTransactionDataImporter(fileType string) (base.TransactionDataImporter, error)
- func IsCustomDelimiterSeparatedValuesFileType(fileType string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNewDelimiterSeparatedValuesDataImporter ¶ added in v0.8.0
func CreateNewDelimiterSeparatedValuesDataImporter(fileType string, fileEncoding string, columnIndexMapping map[datatable.TransactionDataTableColumn]int, transactionTypeNameMapping map[string]models.TransactionType, hasHeaderLine bool, timeFormat string, timezoneFormat string, geoLocationSeparator string, transactionTagSeparator string) (base.TransactionDataImporter, error)
CreateNewDelimiterSeparatedValuesDataImporter returns a new delimiter-separated values data importer according to the file type and encoding
func CreateNewDelimiterSeparatedValuesDataParser ¶ added in v0.8.0
func CreateNewDelimiterSeparatedValuesDataParser(fileType string, fileEncoding string) (dsv.CustomTransactionDataDsvFileParser, error)
CreateNewDelimiterSeparatedValuesDataParser returns a new delimiter-separated values data parser according to the file type and encoding
func GetTransactionDataExporter ¶ added in v0.6.0
func GetTransactionDataExporter(fileType string) base.TransactionDataExporter
GetTransactionDataExporter returns the transaction data exporter according to the file type
func GetTransactionDataImporter ¶ added in v0.6.0
func GetTransactionDataImporter(fileType string) (base.TransactionDataImporter, error)
GetTransactionDataImporter returns the transaction data importer according to the file type
func IsCustomDelimiterSeparatedValuesFileType ¶ added in v0.8.0
IsCustomDelimiterSeparatedValuesFileType returns whether the file type is the delimiter-separated values file type
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.