Class ExportCSV


  • public class ExportCSV
    extends Object
    This is the reverse of ImportCSV. This generates a CSV file to stdout CSV file format is the one used by Bob Hall for export from ChannelArchiver - EPICS epochseconds, nanos, value, status, severity. Example: - 644223600,461147000,5.59054,0,0
    Author:
    mshankar
    • Constructor Detail

      • ExportCSV

        public ExportCSV()
    • Method Detail

      • main

        public static void main​(String[] args)
        Pass in a PB file.
        Parameters:
        args -