yakworks.etl.csv.CsvToMapTransformer.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gorm-etl Show documentation
Show all versions of gorm-etl Show documentation
gorm-tools CSV reader helpers
/*
* Copyright 2022 Yak.Works - Licensed under the Apache License, Version 2.0 (the "License")
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*/
package yakworks.etl.csv
interface CsvToMapTransformer {
/**
* Reads CSV rows into maps
*
* @param params map with
* - attachmentId
* - dataFilename : name of csv file inside zip
* - headerPathDelimiter : Header delimeter
* - any other parameter required by the implementation
*
* @return List