We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4f37c commit 0fa6e8dCopy full SHA for 0fa6e8d
1 file changed
Minio-SQL-connector/utils/common.js
@@ -133,7 +133,7 @@ module.exports = {
133
logger.trace(JSON.stringify(obj).substring(0, 30))
134
//await sleep(100)
135
obj = obj[0].json || obj[0].csv
136
- if (obj[0].properties)
+ if (obj[0]?.properties)
137
obj = obj.map(o => o.properties)
138
//let entries = []
139
for (let o of obj)
0 commit comments