How do I format a getter chain split rule in the data collector?
Symptoms Use this split rule if you have an arraylist <String>, and you need to fetch the value of pincode in the data collector so that anyone can use that data collector in analytics to retrieve results. java.util.ArrayList<String> customerList = n...