Sample Demo Applications based on Data Conveyer

The applications listed below demonstrate various areas of Data Conveyer’s functionality in a relatively simple manner. These applications have been designed for demonstration purposes and are not intended for use in production environments.

A sample console application to convert a CSV file to a flat (fixed-width field) file.

    DataConveyer_ConvertCsvToFlat  Source Code

A sample console application to filter a very large CSV file, so that only records of interest are retained.

    DataConveyer_FilterLargeCsvData  Source Code

A console application to demonstrate how Data Conveyer can be used to generate SQL scripts to load data into a database.

    DataConveyer_LoadSparseData  Source Code

A console application to demonstrate routing capabilities of Data Conveyer.

    DataConveyer_Route837ByAmt  Source Code

A console application to demonstrate how Data Conveyer can be used to summarize data.

    DataConveyer_SummarizeBmiData  Source Code

A console application that uses Data Conveyer to accumulate data across multiple input files.

    DataConveyer_AggregateTokens  Source Code

A solution that demonstrates saving and restoring Data Conveyer configurations.

    DataConveyer_SavedConfig  Source Code

A WebAssembly that demonstrates versatility of Data Conveyer. It uses Data Conveyer confined within a web browser to convert a CSV file to a flat (fixed-width field) file.

    DataConveyer_CsvToFlat_wasm  Live Demo

    DataConveyer_CsvToFlat_wasm  Source Code

A Web API solution that demonstrates how Data Conveyer transformation can be enclosed in a Docker container.

    DataConveyer_Dockerized270Parser  Source Code

A console application to convert JSON data with multiple nesting levels to and from 2-dimentional CSV data. It illustrates the mechanism employed by Data Conveyer to flaten hierarchical JSON data.

    DataConveyer_HierarchicalJsonToCsv  Source Code

A console application that demonstrates some ways Data Conveyer can transform hierarchical JSON data. This sample shows how the same data can be expressed in JSON using different nesting hierarchies.

    DataConveyer_JsonHierarchy  Source Code