Assuming csvrow is required, the following 4 results were found.
"ID,Employee ID,Effective From,Currency,Amount Per Annum,Created Time,Modified Time,Created By,Modified By,Pay Schedule"; l_CsvRows.add(v_Headings.toList().toString()); // // the zoho analytics org ID noted earlier v_AnalyticsOrgID = "123456879"; // //...
to do but please don't waste your time. Out of sheer boredom: fn_GetMetaData_FormsFields v_NewLine = hexToText("0A"); l_CsvRows = List(); v_FormsEndpoint = "https://people.zoho.com/api/forms"; r_Forms = invokeurl [ url :v_FormsEndpoint type :GET...
= Products[Display_in_Widget=="Yes"] sort by Product_Name; for each c_Product in l_ApplicableProducts { l_CsvRow = List(); l_CsvRow.add(c_Product.Photo); l_CsvRow.add(c_Product.Product_Name.replaceAll(",", ",", true));...
l_CsvFileRow.add(v_Shopify_Created); l_CsvFileRow.add(v_Shopify_Updated); l_CsvFileRow.add(v_Shopify_Published); v_CsvRow = l_CsvFileRow.toString(); l_CsvFileRows.add(v_CsvRow); // // note the cursor so that we resume from the last cursor v_Cursor =...