Registry / other / datax-common

datax-common

JSON →
library3.2.4javamavenunverified

DataX is a generic ETL (Extract, Transform, Load) tool for efficient data synchronization between heterogeneous data sources.

<dependency> <groupId>com.wgzhao.datax</groupId> <artifactId>datax-common</artifactId> <version>3.2.4</version> </dependency>
INSTALL
IMPORT
SIG · DATAX-COMMON
D
datax-common
otherjavav3.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Record
✓ com.wgzhao.datax.common.plugin.Record

Creates a DataX record and prints a column value.

import com.wgzhao.datax.common.plugin.Record; import com.wgzhao.datax.common.plugin.DefaultRecord; public class Quickstart { public static void main(String[] args) { Record record = new DefaultRecord(); record.addColumn("hello"); System.out.println(record.getColumn(0).asString()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
datax-common — mvn dependency:get datax-common · libregistry