Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: copy transform does not overwrite target file #3540

Closed
sophpaih opened this issue Jan 9, 2024 · 0 comments · Fixed by #3659
Closed

[Bug]: copy transform does not overwrite target file #3540

sophpaih opened this issue Jan 9, 2024 · 0 comments · Fixed by #3659
Assignees
Labels
bug P2 Default Priority Transforms
Milestone

Comments

@sophpaih
Copy link

sophpaih commented Jan 9, 2024

Apache Hop version?

apache-hop-client 2.7

Java version?

java-version

Operating system

Windows

What happened?

when using the transform "process files" to copy and replace existing fiiles with the same name (liefd001.ild), it does not overwrite the target file although this setting is set. Instead it merges the file content which is not intended.

screenshot copy bug
screenshot copy bug2

steps in pipeline:

  • get file names
  • get variables as destination
  • regex evaluation to evaluate path
  • calculator to concat destination path to get target filename field
  • process files to copy files with setting "overwrite target file"

Issue Priority

Priority: 2

Issue Component

Component: Transforms

@github-actions github-actions bot added P2 Default Priority Transforms labels Jan 9, 2024
@sramazzina sramazzina self-assigned this Jan 15, 2024
sramazzina added a commit to sramazzina/hop that referenced this issue Feb 21, 2024
@sramazzina sramazzina mentioned this issue Feb 21, 2024
5 tasks
usbrandon added a commit that referenced this issue Feb 26, 2024
@hansva hansva added this to the 2.8 milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P2 Default Priority Transforms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants