input : 1 list, 1 member criteria,
output : a json string with the list of values and the count of values, formatted to comply with an import mapping
{[ {value=Value1,count=10},
{value=Value2, count=10}
]}