MCPcopy Create free account
hub / github.com/microsoft/SandDance / parse1

Function parse1

docs/app/js/sanddance-app.js:109081–109086  ·  view source on GitHub ↗
(data, format1)

Source from the content-addressed store, hash-verified

109079}
109080function delimitedFormat(delimiter) {
109081 const parse1 = function(data, format1) {
109082 const delim = {
109083 delimiter: delimiter
109084 };
109085 return dsv(data, format1 ? (0, _vegaUtil.extend)(format1, delim) : delim);
109086 };
109087 parse1.responseType = "text";
109088 return parse1;
109089}

Callers

nothing calls this directly

Calls 1

dsvFunction · 0.70

Tested by

no test coverage detected