All Downloads are FREE. Search and download functionalities are using the official Maven repository.

yakworks.etl.csv.CsvToMapTransformer.groovy Maven / Gradle / Ivy

There is a newer version: 7.3.76
Show newest version
/*
* 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
     */
    List process(Map params)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy