public class XmlToCsv extends Object
| Constructor and Description |
|---|
XmlToCsv() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(QueryResult result,
Writer csvWriter,
Writer mappingWriter)
Converts a QueryResult into a csv file and a mapping file.
|
public void convert(QueryResult result, Writer csvWriter, Writer mappingWriter) throws IOException
result - the query result that shall be convertedcsvWriter - where the data itself will be written tomappingWriter - where the mapping between csv columns and mdr keys will be written toIOException - ioExceptionCopyright © 2021 Samply Community. All rights reserved.