04-01-2024 11:50 PM
when we use $.keys() below image which is showing list of columns for all the records which leads to performance issue (for example we have 1 lakh records, it will check for all 1 lakh records) ... Need only first row columns... Please help with expression which gives all columns for only 1 record.
04-02-2024 04:07 AM
04-02-2024 04:37 AM
I need to know columns present in input pipeline
04-02-2024 04:52 AM
Check the Head Snap, you will be able to limit to a first row from the input stream, and then to get columns from that first row using the same function($.keys())