Azure / Azure/usql

Check if file exists at the location.

Open
#79 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
231
Forks
666
PR merge metrics
No merged PRs in 30d

Description

Hi,
Is there a way to check if the file from which we will be extracting values exists at that location?

```
IF File.Exists("file_location")
THEN
//Proceed further, extract values from the file using Extractor.
ELSE
// Other things to do
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.