Skip to content

Let DataFrame automatically download the CSV #130

Open
@hernanmd

Description

@hernanmd

Currently DataFrame only expects a FileReference as parameter to create an instance:

DataFrame readFromCsv: '/dir1/dir2/myfile.csv' asFileReference

It could be a nice time saver to let the DataFrame actually "resolve" the parameter and download a CSV in a URL String transparently, for example:

DataFrame readFromCsv: 'http://path/to/url/myfile.csv'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions