eggroll icon indicating copy to clipboard operation
eggroll copied to clipboard

Importing data from file

Open maxwong opened this issue 5 years ago • 0 comments

Eggroll 1.x supports data import from memory only. Users have to deal with their data and import into Eggroll.

We should provide users of importing data directly from a file. Users can pass-in their split function, returning a tuple of (key, value). Keys and values will be imported into Eggroll.

Implementing it in v1.x as there is a requirement from FATE side. Porting it into v2.x later. Labeled as v1.x.

maxwong avatar Oct 30 '19 09:10 maxwong