File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,14 +99,7 @@ function updateOptions() {
9999 csvToJson . supportQuotedField ( quotedFields ) ;
100100 csvToJson . fieldDelimiter ( delimiter ) ;
101101 csvToJson . indexHeader ( headerIndex ) ;
102-
103- if ( parseSubarray ) {
104- csvToJson . parseSubArray ( '*' , ',' ) ;
105- }
106-
107- if ( mapRows ) {
108- // Add mapping function if needed
109- }
102+
110103}
111104
112105function toggleChunkedOptions ( ) {
Original file line number Diff line number Diff line change @@ -478,8 +478,6 @@ <h1>CSV to JSON Converter</h1>
478478 < button class ="sample-btn " data-sample ="quoted "> Quoted Fields</ button >
479479 < button class ="sample-btn " data-sample ="numbers "> Numbers</ button >
480480 < button class ="sample-btn " data-sample ="dates "> Dates</ button >
481- < button class ="sample-btn " data-sample ="subarray "> Sub-Arrays</ button >
482- < button class ="sample-btn " data-sample ="mapping "> Row Mapping</ button >
483481 </ div >
484482 </ div >
485483 </ div >
You can’t perform that action at this time.
0 commit comments