Skip to content

Commit

Permalink
fix table layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberhart committed Apr 23, 2024
1 parent 6968b9e commit 4e0e33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashjoin-docs/docs/developer-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ openExcel | $openExcel(url) | Parses Excel at the url and converts it to JSON
openText | $openText(url, encoding) | Parses the url and converts it to a string
parseJson | $parseJson(json) | Parses JSON (see openJson)
parseCsv | $parseCsv(csv, options) | Parses CSV and converts it to JSON (see openCsv)
parseHtml | $parseHtml(html, query, [xpath|css]) | Parses HTML and selects nodes via CSS or XPath (see https://jsoup.org/cookbook/extracting-data/xpath-syntax)
parseHtml | $parseHtml(html, query, [xpath/css]) | Parses HTML and selects nodes via CSS or XPath (see https://jsoup.org/cookbook/extracting-data/xpath-syntax)
parseXml | $parseXml(xml, arrays) | Parses XML at converts it to JSON (see openXml)
parseYaml | $parseYaml(yaml) | Parses YAML and converts it to JSON (see openYaml)
parseExcel | $parseExcel(base64) | Parses Excel and converts it to JSON (see openExcel). The parameter must be a base64 encoded data URL (RFC 2397)
Expand Down

0 comments on commit 4e0e33a

Please sign in to comment.