EricTonissen opened a new issue, #6008: URL: https://github.com/apache/hop/issues/6008
### Apache Hop version? 2.15.0 ### Java version? 17.0.7 ### Operating system Windows ### What happened? I have a problem that the 'Step' got duplicate fieldnames after the 'Split fields' step. <img width="1091" height="367" alt="Image" src="https://github.com/user-attachments/assets/d530f4e6-ba96-47e3-9c3f-1ddf01120fe9" /> The 'Input data' step has 3 fields : ColumnName, ValueShortText and EmailAdress The 'Split field' step split the EmailAdress in EmailName and EmailDomain The 'Add same field names' add constant fields : ColumnName, ValueShortText In the 'Output review' from 'Add same field names' you can see that the fields ColumnName, ValueShortText are twice defined as fields. And off course this is no real timeline, just an example which shows the problem,. This gives every where problems where you use the 'Split field' step. ### Issue Priority Priority: 3 ### Issue Component Component: Pipelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
