@ -1865,6 +1865,13 @@ var UNPARSE_TESTS = [
@@ -1865,6 +1865,13 @@ var UNPARSE_TESTS = [
config:{columns:['a','b','c']},
expected:'a,b,c\r\n1,2,\r\n\r\n3,,4'
},
{
description:"Column option used to manually specify keys with input type object",
notes:"Should not throw any error when attempting to serialize key not present in object. Columns are different than keys of the first object. When an object is missing a key then the serialized value should be an empty string.",