alibaba / alibaba/DataX

Transformer name not found

Open
#2,168 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

自定义Transformer开发
![image](https://github.com/user-attachments/assets/b0ed7983-72b9-43f5-8031-a1b6b64297d8)
编译后源码
![image](https://github.com/user-attachments/assets/526fa2c5-2217-4661-bbb8-63ca23b5469e)
项目运行后报:
信息: 17:47:36.098 [taskGroup-0] INFO c.a.datax.core.util.TransformerUtil - user config tranformers [[dx_strToNum]], loading...

信息: 17:47:36.102 [job-0] DEBUG c.a.d.c.j.s.AbstractScheduler - com.alibaba.datax.core.statistics.communication.Communication@26794848[
信息: Exception in thread "taskGroup-0" com.alibaba.datax.common.exception.DataXException: Code:[TransformerErrorCode-03], Description:[Transformer name not found]. - name=dx_strToNum
请问怎么解决

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the custom Transformer source and the compiled project shown in the issue, then reproduce the run that logs TransformerErrorCode-03 for dx_strToNum. Trace how the runtime discovers and loads the configured transformer and verify that the compiled artifact is packaged where the runtime expects it. Done means the same configuration runs without “Transformer name not found”.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.