我们可以在 Pentaho 数据集成中使用步骤 "Text File Output" 在 File(.dat) 中写入 1000 万行吗?它在 pentaho 数据集成中可读吗?
Can we write 10 million rows in File(.dat) using step "Text File Output" in Pentaho Data Integration? and it is readable in pentaho data integration?
我想在 PDI 中使用 setp "Text file output" 在 .dat 文件中写入 1000 万行。这是可能的,如果可能的话,那么它是可读的吗?
我们可以将超过(1000 万)条记录的数据写入文本文件。
- 是的,您可以使用文本文件输出 - 只需使用 "dat" 作为扩展名
- 使用 "Text file input" 读取文件 - 只需添加 .dat 文件并使用输出步骤中使用的分隔符
我想在 PDI 中使用 setp "Text file output" 在 .dat 文件中写入 1000 万行。这是可能的,如果可能的话,那么它是可读的吗?
我们可以将超过(1000 万)条记录的数据写入文本文件。
- 是的,您可以使用文本文件输出 - 只需使用 "dat" 作为扩展名
- 使用 "Text file input" 读取文件 - 只需添加 .dat 文件并使用输出步骤中使用的分隔符