ContributionsMost RecentMost LikesSolutionsRe: Error out the entire csv file if one of the value in a row/rows is/are missing. Thank you very much for your help. Re: Error out the entire csv file if one of the value in a row/rows is/are missing. Hi Kory, Thank you for your help. I tried to use the same configuration, however still I am stuck. Would you please share the SLP file here. Re: Error out the entire csv file if one of the value in a row/rows is/are missing. I tried to use the same configuration, however still I am stuck. Would you please share the SLP file here. Error out the entire csv file if one of the value in a row/rows is/are missing. Hi All, I am reading an csv file & would send the entire file to error if any of the value in a row/rows are empty. Using Data validator snap i tried to find out the error row or rows. How ever unable to send the entire file to error. Can someone help me with the scenario. How to parse a ".txt" file? Hi All, I have a “.txt” file to parse & convert it into json structure with specified headers. How to do? java.io.FileNotFoundException: Hi All, I am trying to read using “Directory Browser” snap.However I am getting the below error message. Directory Browser1[630c7b8c5e736915c210eda5_49364b8a-16de-4c13-9770-a89f98340a00 – f339566b-122c-442c-b45c-d6aacd414817] `com.snaplogic.snap.api.SnapDataException: Error browsing the directory contents. at com.snaplogic.snaps.binary.DirectoryBrowser.process(DirectoryBrowser.java:380) at com.snaplogic.snap.api.ExecutionUtil.process(ExecutionUtil.java:106) at com.snaplogic.snap.api.ExecutionUtil.execute(ExecutionUtil.java:70) at com.snaplogic.snap.api.SimpleSnap.execute(SimpleSnap.java:70) at com.snaplogic.cc.snap.common.SnapRunnableImpl.executeSnap(SnapRunnableImpl.java:809) at com.snaplogic.cc.snap.common.SnapRunnableImpl.executeForSuggest(SnapRunnableImpl.java:648) at com.snaplogic.cc.snap.common.SnapRunnableImpl.doRun(SnapRunnableImpl.java:865) at com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:436) at com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:120) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.nio.file.NoSuchFileException: D:\Secure Parking Local Drive\ Day 30 - Manual Import - 20230130\20230130 at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) at java.base/sun.nio.fs.WindowsDirectoryStream.(WindowsDirectoryStream.java:86) at java.base/sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:523) at java.base/java.nio.file.Files.newDirectoryStream(Files.java:604) at com.snaplogic.snaps.binary.DirectoryBrowser.getAttributes(DirectoryBrowser.java:587) at com.snaplogic.snaps.binary.DirectoryBrowser.lambda$displayAttributes$0(DirectoryBrowser.java:541) at net.jodah.failsafe.Functions$11.call(Functions.java:263) at net.jodah.failsafe.SyncFailsafe.call(SyncFailsafe.java:145) at net.jodah.failsafe.SyncFailsafe.get(SyncFailsafe.java:69) at com.snaplogic.snaps.binary.BinaryUtils.failsafeExecute(BinaryUtils.java:490) at com.snaplogic.snaps.binary.DirectoryBrowser.displayAttributes(DirectoryBrowser.java:546) at com.snaplogic.snaps.binary.DirectoryBrowser.process(DirectoryBrowser.java:365) … 14 more Reason: D:\Secure Parking Local Drive\ Day 30 - Manual Import - 20230130\20230130 Resolution: Please try again. Error Fingerprint[0] = efp:com.snaplogic.snaps.binary.FXNHxIgp Error Fingerprint[1] = efp:sun.nio.fs.jzu7jEGn` Re: Failed to write to file Hi ljupcho_machkovski, I have replaced the colon “:”. It worked with the underscore. Thank you very much for your help. Failed to write to file I am able to read input files from a drive, where as while writing it to the same drive i have the below error. I have both read & write access to the drive. Consolidated file - File Writer[630c7b8c5e736915c210eda5_acbb4c4e-db51-4c9f-a0de-357dc53f1b95 – dbd7fd81-a8ce-446f-9d5f-d35aafe3c94a] com.snaplogic.snap.api.SnapDataException: Failed to write to file:////D:/S P L D/OUTPUT/_2023-01-18T11:16:56.514Z.csv at com.snaplogic.snaps.binary.AbstractWriter.throwExceptionCantWrite(AbstractWriter.java:689) at com.snaplogic.snaps.binary.AbstractWriter.writeData(AbstractWriter.java:558) at com.snaplogic.snaps.binary.AbstractWriter.process(AbstractWriter.java:375) at com.snaplogic.snaps.binary.AbstractWriter.doWork(AbstractWriter.java:325) at com.snaplogic.snap.api.SimpleBinarySnap.execute(SimpleBinarySnap.java:57) at com.snaplogic.cc.snap.common.SnapRunnableImpl.executeSnap(SnapRunnableImpl.java:812) at com.snaplogic.cc.snap.common.SnapRunnableImpl.execute(SnapRunnableImpl.java:586) at com.snaplogic.cc.snap.common.SnapRunnableImpl.doRun(SnapRunnableImpl.java:877) at com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:436) at com.snaplogic.cc.snap.common.SnapRunnableImpl.call(SnapRunnableImpl.java:120) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: java.io.FileNotFoundException: D:\S P L D\OUTPUT_2023-01-18T11:16:56.514Z.csv (The filename, directory name, or volume label syntax is incorrect) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298) at java.base/java.io.FileOutputStream.(FileOutputStream.java:237) at com.snaplogic.common.url.protocol.file.FileUrlConnection.getOutputStream(FileUrlConnection.java:144) at com.snaplogic.snaps.binary.AbstractWriter.initOutputStream(AbstractWriter.java:853) at com.snaplogic.snaps.binary.AbstractWriter.writeData(AbstractWriter.java:517) … 14 more Reason: Possible reasons can be failure in URL connection or file access denial, detail: D:\S P L D\OUTPUT_2023-01-18T11:16:56.514Z.csv (The filename, directory name, or volume label syntax is incorrect) Resolution: Address the reported issue. Error Fingerprint[0] = efp:com.snaplogic.snaps.binary.QZ3SSH-j Error Fingerprint[1] = efp:java.io._ZHK6B8t