Skip to content

A sample project to demonstrate how a fluent API can be used to declaratively build CSV documents

Notifications You must be signed in to change notification settings

lebashdev/fluent-csv

Repository files navigation

Overview

This toy project shows how one can define operations to declaratively build a CSV generator. It defines a fluent API that lets its consumer to customize the CSV generation behavior.

Once the behavior has been defined, the builder produces a CSV template, to which we can map some actual data structure.

About

A sample project to demonstrate how a fluent API can be used to declaratively build CSV documents

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages