Skip to content
Snippets Groups Projects
Commit 5b8b90e2 authored by Stefano Borini's avatar Stefano Borini Committed by GitHub
Browse files

Merge pull request #80 from force-h2020/change_csv_extractor_filename_trait

Change csv extractor filename trait type
parents f97dff7a ef8992a1
No related branches found
No related tags found
No related merge requests found
from traits.api import Int, String, on_trait_change
from traits.api import Int, String, on_trait_change, File
from force_bdss.api import BaseDataSourceModel
class CSVExtractorModel(BaseDataSourceModel):
filename = String()
filename = File()
row = Int()
column = Int()
cuba_type = String()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment