numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

Possibility to specify file format type while loading #60

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

DESCRIPTION

What does your feature request improve on? Please describe. Sometimes you'll find files, which are in defined format but don't use standard file format extension. It would be nice, if one can specifiy the file format type while loading.

Describe the solution you'd like Enable the possility to specify the file format type while loading, e.g. via load FILE -fileformat="CSV"

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

Needs a set of changes:

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST

numeredev commented 1 year ago

Using this option for saving files would also be helpful.