DataPipeline Examples
This repo contains DataPipeline's Java code examples. These are the same examples you get when you download DataPipeline and requires a license to run.
DataPipeline License
- You can get your free trial license here: https://northconcepts.com/contact/try/small-business/.
- Once you receive your license by email, place the attached
NorthConcepts-DataPipeline.license
file from the email into thesrc/main/resources
folder. - Start running the examples.
Running Examples
This repo relies on the Gradle tool for build automation. It also contains project files for the Eclipse IDE.
Eclipse
Inside Eclipse, you can right-click any example and select Run As
--> Java Application
.
Command Line / Gradle
You can also run examples with the following Gradle command. Just replace com.northconcepts.datapipeline.examples.cookbook.WriteACsvFileToFixedWidth
with the example you want to run.
./gradlew run --quiet -PclassToExecute="com.northconcepts.datapipeline.examples.cookbook.WriteACsvFileToFixedWidth"
Data
Most examples read from the example/data/input
folder and write to example/data/output
.