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.
A sample console application to filter a very large CSV file, so that only records of interest are retained.
A console application to demonstrate how Data Conveyer can be used to generate SQL scripts to load data into a database.
A console application to demonstrate routing capabilities of Data Conveyer.
A console application to demonstrate how Data Conveyer can be used to summarize data.
A console application that uses Data Conveyer to accumulate data across multiple input files.
A solution that demonstrates saving and restoring Data Conveyer configurations.
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.
A Web API solution that demonstrates how Data Conveyer transformation can be enclosed in a Docker container.
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.
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.