Let say I have this file: ``` { "tableName": "", "tableSchemaName": "", "_comment": "", "0": ["","", "", ""], "1": ["", "", "", ""], "2": ["", "", "", ""], "3": ["", "", "", ""], "4": ["", "", "", ""] } ``` Is there a way to get the `index` or `row_number` of "0"? I didn't see it in the document.
Let say I have this file:
Is there a way to get the
indexorrow_numberof "0"? I didn't see it in the document.