Class CsvListingParser

java.lang.Object
org.yamcs.filetransfer.FileListingParser
org.yamcs.filetransfer.CsvListingParser

public class CsvListingParser extends FileListingParser
Parses a directory listing from Comma Separated Values (CSV) formatted data. Uses configurable mappings to associate columns to the correct file properties. Timestamps can be formatted as numbers or as strings in the ISO format.
  • Constructor Details

    • CsvListingParser

      public CsvListingParser()
  • Method Details