We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Suppose you need to read a csv file.
f.Read(file.Csv("hdfs://namenode:port/path/to/a.csv"))
f.Read(file.Csv("/path/to/a.csv"))
f.Read(file.Csv("s3://bucket_name/path/to/a.csv"))