New reply on DataCleaner's online discussion forum (http://datacleaner.org/forum):
Mashud replied to subject 'Javascript transformer - total record count' ------------------- Hi, Thank you for the quick response much appreciated. I had a follow up question related to Question1 above; is it possible to store data from a specific column into a 1D array? For example: var x = new Array(); x = [values[0]]; values[0] containing records from a selected column e.g. row1 = a, row2 = b, row3 = c output result x = ["a", "b", "c"] My goal is to iterate through each row and check for Null values, then check if there are valid records for >95%. Thanks ------------------- View the topic online to reply - go to http://datacleaner.org/topic/1074/Javascript-transformer---total-record-count -- You received this message because you are subscribed to the Google Groups "DataCleaner-notify" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/datacleaner-notify. For more options, visit https://groups.google.com/d/optout.
