mholt/PapaParse

preview + step never completes

开放

#618 创建于 2019年1月21日

 (3 条评论) (3 个反应) (0 位负责人)JavaScript (1,186 个派生)batch import
help wanted

仓库指标

星标
 (13,552 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The discussion (in #352) and the docs indicate that the meta.truncated value should become true when the last row to preview is parsed. But it doesn't it remains false and complete is never called. This means short of keeping your own counter there is no way to know that preview has completed.

To repro:

  • Go to the demo.
  • Select local file.
  • check Stream option.
  • Set preview to any positive non-zero value
  • Click parse
  • Nothing ever shows up in the console

贡献者指南