alpheios-project / alpheios-core

Alpheios Core Javascript Packages and Libraries
15 stars 2 forks source link

flashcard download - exclude header, fix filename #406

Closed balmas closed 4 years ago

balmas commented 4 years ago

I think we should exclude the header row from the flashcard download and also use the file extension .tsv instead of .csv to make it clear that it is tab-separated.

irina060981 commented 4 years ago

fixed, merged and closed

balmas commented 4 years ago

Alpheios Reading Tools 3.1.0 build qa.20200602407 Alpheios Components 3.3.0-qa.20200602383

monzug commented 4 years ago

tested in Chrome and FF on PC and Chrome on Mac. confirm that file ext is tsv now. Header is gone but on Mac it looks like the first line of the wordlist is replacing the header. see screenshots 1) wordlist in csv file ext from previous build, see header Screen Shot 2020-06-03 at 3 16 26 PM

2) wordlist in tsv file ext from today's build, see header Screen Shot 2020-06-03 at 3 13 18 PM

balmas commented 4 years ago

@monzug I think that's just how the editor is interpreting it, but that's okay. The Quizlet import assumes no header row.

quizletimport

monzug commented 4 years ago

ok. I'll close it