We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcedaa commit d32a361Copy full SHA for d32a361
lib/actions/read.js
@@ -92,7 +92,7 @@ async function readCSV(msg, cfg) {
92
} else {
93
data = arrayToObj(chunk)
94
}
95
- if (emitBehavior === 'emitIndividually') {
+ if (emitBehavior === 'emitIndividually' || cfg.emitAll === false || cfg.emitAll === 'false') {
96
parseStream.pause()
97
await that.emit('data', messages.newMessageWithBody(data))
98
parseStream.resume()
0 commit comments