mholt/PapaParse

Support asynchronous iteration?

Open

#957 建立於 2022年10月28日

在 GitHub 查看
 (0 留言) (5 反應) (0 負責人)JavaScript (11,877 star) (1,157 fork)batch import
enhancementhelp wanted

描述

It’d be great if PapaParse could support asynchronous iteration because it lets you pull data – e.g.:

for await (const row of Papa.parse(bigFile, {asyncIteration: true})) {
  console.log(row);
}

貢獻者指南

Support asynchronous iteration? · mholt/PapaParse#957 | Good First Issue