hop icon indicating copy to clipboard operation
hop copied to clipboard

[Bug]: Move files action doesn't work for local file system

Open RonnyRen opened this issue 1 year ago • 3 comments

Apache Hop version?

2.9 and 2.10

Java version?

17

Operating system

Windows

What happened?

I did a simple testing with move files action and got an error "Could not extract the file name from the URI: file:///C:/test2/t.txt". I checked the code and it seems to be a bug introduced in version 2.9. Commit: 8d828b2 Code: File (Line 648 - L660): https://github.com/apache/hop/blob/0188439b00e76d5115c2fa05c5a507719ddadb4a/plugins/actions/movefiles/src/main/java/org/apache/hop/workflow/actions/movefiles/ActionMoveFiles.java Note: It seems that only azure and azfs are working for now.

Issue Priority

Priority: 2

Issue Component

Component: Actions

RonnyRen avatar Nov 01 '24 01:11 RonnyRen