Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Parse multi-value columns #58

Open
mstreit opened this issue Nov 30, 2016 · 4 comments
Open

Parse multi-value columns #58

mstreit opened this issue Nov 30, 2016 · 4 comments
Labels
type: feature New feature or request

Comments

@mstreit
Copy link

mstreit commented Nov 30, 2016

The importer should be able to load data for the multi-value renderers (heatmap, sparkline, etc. - see Caleydo/lineupjs#145). Hence, a cell in the input CSV file can contain an array that uses a different separator.

@mstreit mstreit added the type: feature New feature or request label Nov 30, 2016
@bikramkawan
Copy link

I have added the multi-value data for parser. The structure of multi-data for now is [1,2,3,4,5]. The edit dialog looks like:
image
and after the importer looks like

image

@mstreit
Copy link
Author

mstreit commented Dec 6, 2016

The user does not need to specify the sorting criterion in the import dialog because it can be changed interactively anyway.

Why is it necessary to specify the data length? This should be already known after parsing.

@bikramkawan
Copy link

Yes, the parser knows already. So I will then just remove from the edit dialog.

@bikramkawan
Copy link

Fixed parser in importer before feeding the multivalue in line up renderer.
The dialog is also corrected and added threshold.
image

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants