{"id":73648,"library":"datax-common","title":"DataX Common","description":"DataX is a generic ETL (Extract, Transform, Load) tool for efficient data synchronization between heterogeneous data sources.","status":"active","version":"3.2.4","language":"java","source_language":null,"source_url":"https://github.com/wgzhao/datax","tags":["etl","data","synchronization","datax"],"install":[{"cmd":"<dependency>\n  <groupId>com.wgzhao.datax</groupId>\n  <artifactId>datax-common</artifactId>\n  <version>3.2.4</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.wgzhao.datax:datax-common:3.2.4'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Record","correct":"com.wgzhao.datax.common.plugin.Record"}],"quickstart":{"code":"import com.wgzhao.datax.common.plugin.Record;\nimport com.wgzhao.datax.common.plugin.DefaultRecord;\n\npublic class Quickstart {\n    public static void main(String[] args) {\n        Record record = new DefaultRecord();\n        record.addColumn(\"hello\");\n        System.out.println(record.getColumn(0).asString());\n    }\n}","lang":"java","description":"Creates a DataX record and prints a column value."},"warnings":[],"env_vars":null,"search_vec":"'common':2 'data':14,18,21 'datax':1,3,23 'effici':13 'etl':7,20 'extract':8 'generic':6 'heterogen':17 'load':10 'sourc':19 'synchron':15,22 'tool':11 'transform':9","created_at":"2026-06-17T18:53:29.652594+00:00","updated_at":"2026-06-17T18:53:29.652594+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://datax.readthedocs.io","github":"https://github.com/wgzhao/datax","docs":"https://appdoc.app/artifact/com.wgzhao.datax/datax-common/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}