Documentation ¶
Index ¶
Constants ¶
View Source
const ( UnknownExt string = ".unknown" JSONExt string = ".json" WireExt string = ".wire" TextExt string = ".text" ExcelExt string = ".xlsx" CSVExt string = ".csv" XMLExt string = ".xml" )
File format extension
Variables ¶
View Source
var InputFormats = []Format{Excel, CSV, XML}
View Source
var OutputFormats = []Format{JSON, Wire, Text}
Functions ¶
func FilterInput ¶ added in v0.9.7
FilterInput checks if this input format need to be converted.
func Format2Ext ¶
func IsInputFormat ¶ added in v0.9.10
Types ¶
Click to show internal directories.
Click to hide internal directories.