diff --git a/docs/docs.html b/docs/docs.html index 68f1132..c850f53 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -341,6 +341,7 @@ var csv = Papa.unparse({ escapeChar: '"', header: false, trimHeaders: false, + transformHeader: undefined, dynamicTyping: false, preview: 0, encoding: "", @@ -418,6 +419,14 @@ var csv = Papa.unparse({ If true leading/trailing spaces will be trimed from headers. + + + transformHeader + + + A function to apply on each header. Requires header to be true. The function receives the header as its first argument. The transformHeader function is applied after trimHeaders if enabled. + + dynamicTyping