public interface CSVMetadataWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeMetadata(List<Column> columns)
The method to export a parsed sas7bdat file metadata using writer.
|
void |
writeSasFileProperties(SasFileProperties sasFileProperties)
The method to output the sas7bdat file properties.
|
void writeMetadata(List<Column> columns) throws IOException
columns - the Column class variables list that stores columns description from the sas7bdat file.IOException - appears if the output into writer is impossible.void writeSasFileProperties(SasFileProperties sasFileProperties) throws IOException
sasFileProperties - the variable with sas file properties data.IOException - appears if the output into writer is impossible.Copyright © 2019. All rights reserved.