mhamedbenjmaa opened a new issue, #7983: URL: https://github.com/apache/hop/issues/7983
### Apache Hop version? 2.18.1 ### Java version? 23 ### Operating system Windows ### What happened? Hello on windows i have a network file \\ServerName\Folder$\File.csv of course this is not the way you call a network file with java so i tried file:///\\ServerName\Folder$\File.csv also file:////ServerName/Folder$/File.csv when I try to read CSV input I always have this error ``` 2026/08/17 02:57:20 - Preview pipeline for Source du fichier plat - Executing this pipeline using the Local Pipeline Engine with run configuration 'local' 2026/08/17 02:57:20 - Preview pipeline for Source du fichier plat - Execution started for pipeline [Preview pipeline for Source du fichier plat] 2026/08/17 02:57:20 - Source du fichier plat.0 - ERROR: Unexpected error 2026/08/17 02:57:20 - Source du fichier plat.0 - ERROR: org.apache.hop.core.exception.HopException: 2026/08/17 02:57:20 - Source du fichier plat.0 - java.io.FileNotFoundException: file:\srvcognos-db\EXTERNES$\ExportKonv.csv (La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte) 2026/08/17 02:57:20 - Source du fichier plat.0 - file:\ServerName\Folder$\File.csv (La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte) 2026/08/17 02:57:20 - Source du fichier plat.0 - 2026/08/17 02:57:20 - Source du fichier plat.0 - at org.apache.hop.pipeline.transforms.csvinput.CsvInput.openNextFile(CsvInput.java:457) 2026/08/17 02:57:20 - Source du fichier plat.0 - at org.apache.hop.pipeline.transforms.csvinput.CsvInput.processRow(CsvInput.java:127) 2026/08/17 02:57:20 - Source du fichier plat.0 - at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54) 2026/08/17 02:57:20 - Source du fichier plat.0 - at java.base/java.lang.Thread.run(Thread.java:1575) 2026/08/17 02:57:20 - Source du fichier plat.0 - Caused by: java.io.FileNotFoundException: file:\ServerName\Folder$\File.csv (La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte) 2026/08/17 02:57:20 - Source du fichier plat.0 - at java.base/java.io.FileInputStream.open0(Native Method) 2026/08/17 02:57:20 - Source du fichier plat.0 - at java.base/java.io.FileInputStream.open(FileInputStream.java:219) 2026/08/17 02:57:20 - Source du fichier plat.0 - at java.base/java.io.FileInputStream.<init>(FileInputStream.java:159) 2026/08/17 02:57:20 - Source du fichier plat.0 - at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112) 2026/08/17 02:57:20 - Source du fichier plat.0 - at org.apache.hop.pipeline.transforms.csvinput.CsvInput.getBOMSize(CsvInput.java:463) 2026/08/17 02:57:20 - Source du fichier plat.0 - at org.apache.hop.pipeline.transforms.csvinput.CsvInput.openNextFile(CsvInput.java:368) 2026/08/17 02:57:20 - Source du fichier plat.0 - ... 3 more 2026/08/17 02:57:20 - Source du fichier plat.0 - Finished processing (I=0, O=0, R=0, W=0, U=0, E=1) 2026/08/17 02:57:20 - Preview pipeline for Source du fichier plat - Pipeline detected one or more transforms with errors. ``` when i user Text file input instead of CSV it works , i can see my data ... with both format file:///\\ServerName\Folder$\File.csv also file:////ServerName/Folder$/File.csv i'll put this priority 2 ... not sure ### Issue Priority Priority: 2 ### Issue Component Component: Transforms -- 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]
