⌂Alpakka
0.15
  • Connectors
    • AMQP Connector
    • Apache Geode connector
    • AWS DynamoDB Connector
    • AWS Kinesis Connector
    • AWS Lambda Connector
    • AWS S3 Connector
    • AWS SNS Connector
    • AWS SQS Connector
    • Azure Storage Queue Connector
    • Cassandra Connector
    • Elasticsearch Connector
    • File Connectors
    • FTP Connector
    • Google Cloud Pub/Sub
    • HBase connector
    • IronMq Connector
    • JMS Connector
    • MongoDB Connector
    • MQTT Connector
    • Server-sent Events (SSE) Connector
    • Slick (JDBC) Connector
    • Spring Web
  • External Connectors
  • External Components
  • Integration Patterns
  • Data Transformations
    • Parsing Lines
    • JSON
    • Compressing/decompressing
    • Comma-Separated Values - CSV
    • RecordIO Framing
    • Extensible Markup Language - XML
Alpakka
⌂Alpakka
0.15
  • Connectors
    • AMQP Connector
    • Apache Geode connector
    • AWS DynamoDB Connector
    • AWS Kinesis Connector
    • AWS Lambda Connector
    • AWS S3 Connector
    • AWS SNS Connector
    • AWS SQS Connector
    • Azure Storage Queue Connector
    • Cassandra Connector
    • Elasticsearch Connector
    • File Connectors
    • FTP Connector
    • Google Cloud Pub/Sub
    • HBase connector
    • IronMq Connector
    • JMS Connector
    • MongoDB Connector
    • MQTT Connector
    • Server-sent Events (SSE) Connector
    • Slick (JDBC) Connector
    • Spring Web
  • External Connectors
  • External Components
  • Integration Patterns
  • Data Transformations
    • Parsing Lines
    • JSON
    • Compressing/decompressing
    • Comma-Separated Values - CSV
    • RecordIO Framing
    • Extensible Markup Language - XML
  • Docs
  • Alpakka
  • Data Transformations

Data Transformations

Data transformation is an important part of integration with external systems.

  • Parsing Lines
  • JSON
  • Compressing/decompressing
  • Comma-Separated Values - CSV
  • RecordIO Framing
  • Extensible Markup Language - XML

Contributions are very welcome. Creating an issue for discussion is a good first step for such contributions.

The source code for this page can be found here.

Next: Parsing Lines