From 055faf80947ddb7ee40b5b823e981dd34e218dad Mon Sep 17 00:00:00 2001 From: Mark Stephan Date: Fri, 10 Nov 2023 16:58:35 -0500 Subject: [PATCH] Documentation commit for 11/10/23 --- content/en/docs/assignments/_index.md | 2 +- .../allocations-quick-start.md | 1 + .../why-are-allocations-useful.md | 1 + .../assignments/results/allocation-results.md | 1 + .../results/troubleshooting-allocations.md | 1 + content/en/docs/assignments/setup/_index.md | 1 + .../setup/configure-an-allocation.md | 1 + .../setup/recursive-allocations.md | 1 + content/en/docs/cli/_index.md | 2 +- content/en/docs/cli/command_line.md | 1 + content/en/docs/cli/jupyter-notebook.md | 1 + content/en/docs/cli/oauth_setup.md | 1 + content/en/docs/dashboards/_index.md | 2 +- .../docs/dashboards/dashboard-expressions.md | 1 + .../dashboards/example-calculated-columns.md | 2 +- content/en/docs/data/_index.md | 2 +- content/en/docs/data/hierarchies.md | 2 +- content/en/docs/data/publish.md | 2 +- content/en/docs/data/table-explorer.md | 2 +- content/en/docs/data/tables-views.md | 2 +- content/en/docs/document/_index.md | 2 +- .../document/account-management/_index.md | 2 +- .../control-document-account-access.md | 1 + .../document-temporary-storage.md | 1 + .../managing-document-account-backups.md | 1 + .../managing-document-account-owners.md | 1 + .../using-start-paths-in-document-accounts.md | 1 + .../docs/document/adding-accounts/_index.md | 2 +- .../adding-accounts/add-aws-s3-account.md | 1 + .../add-google-cloud-storage-account.md | 1 + .../add-wasabi-hot-storage-account.md | 1 + content/en/docs/document/using-document.md | 5 +- content/en/docs/dw/_index.md | 2 +- content/en/docs/dw/getting-started.md | 2 +- .../dw/greenplum-technical-resource-links.md | 2 +- content/en/docs/dw/pricing.md | 2 +- content/en/docs/expressions/_index.md | 2 +- content/en/docs/expressions/arrays/_index.md | 3 +- .../arrays/func-string-to-array.md | 16 +----- .../en/docs/expressions/arrays/func-unnest.md | 14 +---- .../expressions/column-conditions/_index.md | 3 +- .../column-conditions/column-any.md | 10 +--- .../column-conditions/column-between.md | 15 ++--- .../column-conditions/column-contains.md | 17 ++---- .../column-conditions/column-endswith.md | 16 +++--- .../column-conditions/column-ilike.md | 16 +----- .../column-conditions/column-in.md | 14 ++--- .../column-conditions/column-is.md | 12 ++-- .../column-conditions/column-isnot.md | 19 ++----- .../column-conditions/column-like.md | 15 ++--- .../column-conditions/column-notilike.md | 16 +----- .../column-conditions/column-notin.md | 15 ++--- .../column-conditions/column-notlike.md | 16 +----- .../column-conditions/column-startswith.md | 16 +++--- .../en/docs/expressions/conditions/_index.md | 3 +- content/en/docs/expressions/conditions/and.md | 26 ++------- .../en/docs/expressions/conditions/case.md | 23 ++------ .../expressions/conditions/func-coalesce.md | 16 +++--- content/en/docs/expressions/conditions/not.md | 16 +++--- content/en/docs/expressions/conditions/or.md | 26 ++------- .../en/docs/expressions/conversions/_index.md | 3 +- .../en/docs/expressions/conversions/cast.md | 16 +++--- .../expressions/conversions/func-to-char.md | 16 +++--- .../expressions/conversions/func-to-date.md | 16 +++--- .../expressions/conversions/func-to-number.md | 16 +----- .../conversions/func-to-timestamp.md | 16 +----- content/en/docs/expressions/dates/_index.md | 3 +- content/en/docs/expressions/dates/func-age.md | 20 ++----- .../expressions/dates/func-clock-timestamp.md | 16 +----- .../expressions/dates/func-current-date.md | 16 +++--- .../expressions/dates/func-current-time.md | 16 +----- .../dates/func-current-timestamp.md | 16 +----- .../docs/expressions/dates/func-date-part.md | 16 +----- .../docs/expressions/dates/func-date-trunc.md | 15 ++--- .../en/docs/expressions/dates/func-extract.md | 15 ++--- .../docs/expressions/dates/func-isfinite.md | 19 ++----- .../expressions/dates/func-justify-days.md | 16 +----- .../expressions/dates/func-justify-hours.md | 16 +----- .../dates/func-justify-interval.md | 16 +----- content/en/docs/expressions/dates/func-now.md | 16 +----- .../dates/func-statement-timestamp.md | 16 +----- .../docs/expressions/dates/func-timeofday.md | 16 +----- .../dates/func-transaction-timestamp.md | 16 +----- .../expressions/general-usage-conditionals.md | 30 ++++++---- .../general-usage-data-type-expressions.md | 55 ++++++++----------- ...eneral-usage-dates-and-time-expressions.md | 41 ++++++-------- .../docs/expressions/general-usage-filters.md | 3 +- .../general-usage-mathematics-expressions.md | 9 +-- .../docs/expressions/general-usage-postgis.md | 3 +- .../general-usage-text-expressions.md | 5 +- content/en/docs/expressions/json/_index.md | 3 +- .../expressions/json/func-array-to-json.md | 15 +---- .../json/func-json-array-elements.md | 15 +---- .../expressions/json/func-json-each-text.md | 15 +---- .../docs/expressions/json/func-json-each.md | 15 +---- .../json/func-json-extract-path-text.md | 15 +---- .../json/func-json-extract-path.md | 15 +---- .../expressions/json/func-json-object-keys.md | 15 +---- content/en/docs/expressions/math/_index.md | 3 +- content/en/docs/expressions/math/func-abs.md | 14 ++--- content/en/docs/expressions/math/func-cbrt.md | 15 +---- content/en/docs/expressions/math/func-ceil.md | 14 ++--- .../en/docs/expressions/math/func-ceiling.md | 15 +---- .../en/docs/expressions/math/func-degrees.md | 15 +---- content/en/docs/expressions/math/func-exp.md | 15 +---- .../en/docs/expressions/math/func-floor.md | 15 +---- .../en/docs/expressions/math/func-greatest.md | 17 +----- .../en/docs/expressions/math/func-least.md | 15 +---- content/en/docs/expressions/math/func-ln.md | 15 +---- content/en/docs/expressions/math/func-log.md | 19 +------ content/en/docs/expressions/math/func-mod.md | 15 +---- content/en/docs/expressions/math/func-pi.md | 15 +---- .../en/docs/expressions/math/func-power.md | 15 +---- .../en/docs/expressions/math/func-radians.md | 15 +---- .../en/docs/expressions/math/func-random.md | 15 +---- .../en/docs/expressions/math/func-round.md | 19 +++---- .../docs/expressions/math/func-safe-divide.md | 15 ++--- .../en/docs/expressions/math/func-setseed.md | 15 +---- content/en/docs/expressions/math/func-sign.md | 15 +---- content/en/docs/expressions/math/func-sqrt.md | 15 +---- .../en/docs/expressions/math/func-trunc.md | 15 +---- .../expressions/math/func-width-bucket.md | 15 +---- .../en/docs/expressions/summarize/_index.md | 3 +- .../docs/expressions/summarize/func-first.md | 15 +---- .../docs/expressions/summarize/func-last.md | 15 +---- .../en/docs/expressions/summarize/func-max.md | 15 +---- .../docs/expressions/summarize/func-median.md | 16 +----- .../expressions/summarize/func-stdev-pop.md | 15 +---- .../expressions/summarize/func-stdev-samp.md | 15 +---- .../docs/expressions/summarize/func-stdev.md | 15 +---- .../expressions/summarize/func-var-pop.md | 15 +---- .../expressions/summarize/func-var-samp.md | 15 +---- .../expressions/summarize/func-variance.md | 15 +---- content/en/docs/expressions/text/_index.md | 3 +- .../en/docs/expressions/text/func-ascii.md | 16 ++---- .../docs/expressions/text/func-bit-length.md | 12 +--- .../en/docs/expressions/text/func-btrim.md | 14 ++--- .../docs/expressions/text/func-char-length.md | 12 +--- content/en/docs/expressions/text/func-chr.md | 12 +--- .../en/docs/expressions/text/func-concat.md | 18 +++--- .../en/docs/expressions/text/func-initcap.md | 12 +--- .../expressions/text/func-integerize-round.md | 14 ++--- .../text/func-integerize-truncate.md | 14 ++--- .../en/docs/expressions/text/func-length.md | 13 ++--- .../en/docs/expressions/text/func-lower.md | 12 +--- content/en/docs/expressions/text/func-lpad.md | 14 ++--- .../en/docs/expressions/text/func-ltrim.md | 14 ++--- content/en/docs/expressions/text/func-md5.md | 12 +--- .../expressions/text/func-metric-multiply.md | 15 +---- .../docs/expressions/text/func-numericize.md | 12 +--- .../expressions/text/func-octet-length.md | 12 +--- .../expressions/text/func-quote-literal.md | 12 +--- .../expressions/text/func-regexp-replace.md | 18 +++--- .../en/docs/expressions/text/func-repeat.md | 12 +--- .../en/docs/expressions/text/func-replace.md | 12 +--- content/en/docs/expressions/text/func-rpad.md | 12 +--- .../en/docs/expressions/text/func-rtrim.md | 12 +--- .../docs/expressions/text/func-split-part.md | 14 ++--- .../en/docs/expressions/text/func-strpos.md | 12 +--- .../docs/expressions/text/func-substring.md | 16 ++---- .../expressions/text/func-text-to-bigint.md | 15 +---- .../expressions/text/func-text-to-bool.md | 15 +---- .../expressions/text/func-text-to-integer.md | 15 +---- .../expressions/text/func-text-to-numeric.md | 15 +---- .../expressions/text/func-text-to-smallint.md | 15 +---- .../en/docs/expressions/text/func-to-ascii.md | 15 +---- .../en/docs/expressions/text/func-to-hex.md | 15 +---- .../docs/expressions/text/func-translate.md | 11 +--- content/en/docs/expressions/text/func-trim.md | 12 +--- .../en/docs/expressions/text/func-upper.md | 15 +---- .../docs/expressions/trigonometry/_index.md | 3 +- .../expressions/trigonometry/func-acos.md | 15 +---- .../expressions/trigonometry/func-asin.md | 15 +---- .../expressions/trigonometry/func-atan.md | 15 +---- .../expressions/trigonometry/func-atan2.md | 15 +---- .../docs/expressions/trigonometry/func-cos.md | 15 +---- .../docs/expressions/trigonometry/func-cot.md | 15 +---- .../docs/expressions/trigonometry/func-sin.md | 15 +---- .../docs/expressions/trigonometry/func-tan.md | 15 +---- content/en/docs/expressions/window/_index.md | 3 +- .../en/docs/expressions/window/func-avg.md | 15 +---- .../en/docs/expressions/window/func-count.md | 15 +---- .../docs/expressions/window/func-cume-dist.md | 15 +---- .../expressions/window/func-dense-rank.md | 15 +---- .../expressions/window/func-first-value.md | 6 +- .../en/docs/expressions/window/func-lag.md | 6 +- .../expressions/window/func-last-value.md | 6 +- .../en/docs/expressions/window/func-lead.md | 15 +---- .../en/docs/expressions/window/func-min.md | 15 +---- .../en/docs/expressions/window/func-ntile.md | 15 +---- .../expressions/window/func-percent-rank.md | 15 +---- .../en/docs/expressions/window/func-rank.md | 15 +---- .../expressions/window/func-row-number.md | 15 +---- .../en/docs/expressions/window/func-sum.md | 15 +---- content/en/docs/madlib/_index.md | 2 +- .../data-types-transformations/_index.md | 2 +- .../array-operations.md | 1 + .../encoding-categorical-variables.md | 1 + .../low-rank-matrix-factorization.md | 1 + .../matrix-operations.md | 1 + .../norms-and-distance-functions.md | 1 + .../madlib/data-types-transformations/path.md | 1 + .../data-types-transformations/pivot.md | 1 + .../data-types-transformations/sessionize.md | 1 + .../single-value-decomposition.md | 1 + .../sparse-vectors.md | 1 + .../data-types-transformations/stemming.md | 1 + content/en/docs/madlib/deep-learning.md | 8 +++ .../en/docs/madlib/deep-learning/_index.md | 5 -- content/en/docs/madlib/machine-learning.md | 1 + content/en/docs/plaidlink/_index.md | 1 + content/en/docs/plaidlink/agents.md | 1 + content/en/docs/plaidlink/configure.md | 1 + content/en/docs/plaidlink/install.md | 1 + content/en/docs/plaidlink/upgrade.md | 1 + content/en/docs/plaidxl/_index.md | 2 +- content/en/docs/plaidxl/connect.md | 2 +- content/en/docs/plaidxl/install.md | 2 +- content/en/docs/plaidxl/retrieve.md | 2 +- content/en/docs/postgis/_index.md | 2 +- .../postgis/affine-transformations/_index.md | 2 +- .../postgis/bounding-box-functions/_index.md | 2 +- .../postgis/clustering-functions/_index.md | 2 +- .../docs/postgis/geometry-accessors/_index.md | 2 +- .../postgis/geometry-constructors/_index.md | 2 +- .../docs/postgis/geometry-editors/_index.md | 2 +- .../en/docs/postgis/geometry-input/_index.md | 2 +- .../en/docs/postgis/geometry-output/_index.md | 2 +- .../postgis/geometry-processing/_index.md | 2 +- .../postgis/geometry-validation/_index.md | 2 +- .../docs/postgis/linear-referencing/_index.md | 2 +- .../postgis/measurement-functions/_index.md | 2 +- .../docs/postgis/overlay-functions/_index.md | 2 +- .../_index.md | 2 +- .../postgis/spatial-relationships/_index.md | 2 +- .../postgis/trajectory-functions/_index.md | 2 +- content/en/docs/projects/archive-a-project.md | 1 + .../en/docs/projects/managing-data-editors.md | 1 + .../en/docs/projects/managing-hierarchies.md | 1 + content/en/docs/projects/managing-projects.md | 1 + .../projects/managing-tables-and-views.md | 1 + content/en/docs/projects/viewing-projects.md | 1 + .../docs/projects/viewing-the-project-log.md | 1 + content/en/docs/scheduled-events/_index.md | 2 +- .../en/docs/workflow-steps/agent/_index.md | 2 +- .../agent/agent-remote-execution-of-sql.md | 1 + .../agent-remote-export-of-sql-result.md | 1 + ...t-remote-import-table-into-sql-database.md | 1 + .../agent/document-remote-delete-file.md | 1 + .../agent/document-remote-export-file.md | 1 + .../agent/document-remote-import-file.md | 1 + .../agent/document-remote-rename-file.md | 1 + .../allocation/allocation-rules.md | 1 + .../allocation/allocation-split.md | 1 + .../allocation/rule-based-tagging.md | 1 + .../en/docs/workflow-steps/common/_index.md | 2 +- .../common/advanced-data-mapper-usage.md | 1 + .../docs/workflow-steps/dimensions/_index.md | 2 +- .../dimensions/dimension-clear.md | 1 + .../dimensions/dimension-create.md | 1 + .../dimensions/dimension-delete.md | 1 + .../dimensions/dimension-load.md | 1 + .../dimensions/dimension-sort.md | 1 + .../en/docs/workflow-steps/document/_index.md | 2 +- .../workflow-steps/document/compress-pdf.md | 1 + .../document/concatenate-files.md | 1 + .../convert-document-encoding-to-ascii.md | 1 + .../convert-document-encoding-to-utf-16.md | 1 + .../convert-document-encoding-to-utf-8.md | 1 + .../document/convert-document-encoding.md | 1 + .../document/convert-image-to-pdf.md | 1 + .../document/convert-pdf-or-image-to-jpeg.md | 1 + .../document/copy-document-directory.md | 1 + .../document/copy-document-file.md | 1 + .../document/create-document-directory.md | 1 + .../document/crop-image-to-headshot.md | 1 + .../document/delete-document-directory.md | 1 + .../document/delete-document-file.md | 1 + .../document/document-text-substitution.md | 1 + .../document/fix-file-extension.md | 1 + .../document/merge-multiple-pdfs.md | 1 + .../document/rename-document-directory.md | 1 + .../document/rename-document-file.md | 1 + .../en/docs/workflow-steps/export/_index.md | 2 +- .../docs/workflow-steps/export/export-html.md | 1 + .../export/export-project-table.md | 1 + .../workflow-steps/export/export-quandl.md | 1 + .../docs/workflow-steps/export/export-sql.md | 1 + .../workflow-steps/export/export-to-csv.md | 1 + .../workflow-steps/export/export-to-excel.md | 1 + .../export/export-to-google-spreadsheet.md | 1 + .../workflow-steps/export/export-to-hdf.md | 1 + .../workflow-steps/export/export-to-json.md | 1 + .../export/export-to-table-archive.md | 1 + .../workflow-steps/export/export-to-xml.md | 1 + .../en/docs/workflow-steps/general/_index.md | 2 +- .../en/docs/workflow-steps/general/pass.md | 1 + .../general/run-remote-python.md | 1 + .../general/user-defined-transform.md | 1 + .../en/docs/workflow-steps/general/wait.md | 1 + .../en/docs/workflow-steps/import/_index.md | 2 +- .../workflow-steps/import/import-archive.md | 1 + .../docs/workflow-steps/import/import-csv.md | 2 +- .../workflow-steps/import/import-excel.md | 1 + .../import/import-external-database-tables.md | 1 + .../import/import-fixed-width.md | 1 + .../import/import-google-bigquery.md | 1 + .../import/import-google-spreadsheet.md | 1 + .../docs/workflow-steps/import/import-hdf.md | 1 + .../docs/workflow-steps/import/import-html.md | 1 + .../docs/workflow-steps/import/import-json.md | 1 + .../import/import-project-table.md | 1 + .../workflow-steps/import/import-quandl.md | 1 + .../workflow-steps/import/import-sas7bdat.md | 1 + .../docs/workflow-steps/import/import-spss.md | 1 + .../docs/workflow-steps/import/import-sql.md | 1 + .../workflow-steps/import/import-stata.md | 1 + .../docs/workflow-steps/import/import-xml.md | 1 + .../workflow-steps/notifications/_index.md | 2 +- .../notify-distribution-group.md | 1 + .../notifications/notify-via-agent.md | 1 + .../notifications/notify-via-email.md | 1 + .../notifications/notify-via-log.md | 1 + .../notify-via-microsoft-teams.md | 1 + .../notifications/notify-via-slack.md | 1 + .../notifications/notify-via-sms.md | 1 + .../notifications/notify-via-twitter.md | 1 + .../notifications/notify-via-web-hook.md | 1 + .../en/docs/workflow-steps/reports/_index.md | 2 +- .../workflow-steps/reports/report-single.md | 1 + .../workflow-steps/reports/reports-batch.md | 1 + .../en/docs/workflow-steps/sap-pcm/_index.md | 2 +- content/en/docs/workflow-steps/sap/_index.md | 2 +- .../en/docs/workflow-steps/tables/_index.md | 2 +- .../workflow-steps/tables/table-anti-join.md | 1 + .../workflow-steps/tables/table-append.md | 1 + .../docs/workflow-steps/tables/table-clear.md | 1 + .../docs/workflow-steps/tables/table-copy.md | 1 + .../workflow-steps/tables/table-cross-join.md | 1 + .../docs/workflow-steps/tables/table-drop.md | 1 + .../workflow-steps/tables/table-extract.md | 1 + .../docs/workflow-steps/tables/table-faker.md | 1 + .../tables/table-in-place-delete.md | 1 + .../tables/table-in-place-update.md | 1 + .../workflow-steps/tables/table-inner-join.md | 1 + .../workflow-steps/tables/table-lookup.md | 1 + .../docs/workflow-steps/tables/table-melt.md | 1 + .../workflow-steps/tables/table-outer-join.md | 1 + .../docs/workflow-steps/tables/table-pivot.md | 1 + .../workflow-steps/tables/table-union-all.md | 1 + .../tables/table-union-distinct.md | 1 + .../workflow-steps/tables/table-upsert.md | 1 + .../workflow-steps/workflow-control/_index.md | 1 + .../workflow-control/clear-workflow-log.md | 1 + .../workflow-control/copy-workflow.md | 1 + .../workflow-control/create-workflow.md | 1 + .../workflow-control/delete-workflow.md | 1 + .../workflow-control/raise-workflow-error.md | 1 + .../workflow-control/rename-workflow.md | 1 + .../workflow-control/run-workflow.md | 1 + .../workflow-control/set-project-variable.md | 1 + .../workflow-control/set-workflow-variable.md | 1 + .../workflow-control/stop-workflow.md | 1 + .../workflow-control/workflow-loop.md | 3 +- ...change-the-order-of-steps-in-a-workflow.md | 1 + .../en/docs/workflows/continue-on-error.md | 1 + .../controlling-parallel-execution.md | 1 + content/en/docs/workflows/copy-paste-steps.md | 1 + content/en/docs/workflows/create-workflow.md | 1 + .../en/docs/workflows/duplicate-a-workflow.md | 1 + .../workflows/manage-workflow-variables.md | 1 + .../en/docs/workflows/managing-step-errors.md | 1 + content/en/docs/workflows/run-a-workflow.md | 1 + .../running-a-range-of-steps-in-a-workflow.md | 1 + .../running-one-step-in-a-workflow.md | 1 + .../workflows/skip-steps-in-a-workflow.md | 1 + content/en/docs/workflows/step-conditions.md | 1 + .../docs/workflows/view-a-dependency-audit.md | 1 + .../en/docs/workflows/view-workflow-report.md | 1 + .../en/docs/workflows/viewing-workflow-log.md | 1 + .../en/docs/workflows/viewing-workflows.md | 1 + 381 files changed, 772 insertions(+), 1780 deletions(-) create mode 100644 content/en/docs/madlib/deep-learning.md delete mode 100644 content/en/docs/madlib/deep-learning/_index.md diff --git a/content/en/docs/assignments/_index.md b/content/en/docs/assignments/_index.md index a948317..15aa42a 100644 --- a/content/en/docs/assignments/_index.md +++ b/content/en/docs/assignments/_index.md @@ -1,5 +1,5 @@ --- linktitle: Allocation Assignments title: Allocation Assignments -weight: 2.0 +weight: 12.0 --- \ No newline at end of file diff --git a/content/en/docs/assignments/getting-started/allocations-quick-start.md b/content/en/docs/assignments/getting-started/allocations-quick-start.md index 0b06db2..7308fea 100644 --- a/content/en/docs/assignments/getting-started/allocations-quick-start.md +++ b/content/en/docs/assignments/getting-started/allocations-quick-start.md @@ -1,6 +1,7 @@ --- title: Allocations Quick Start slug: allocations-quick-start +weight: 1.0 description: Set up a basic allocation quickly date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/assignments/getting-started/why-are-allocations-useful.md b/content/en/docs/assignments/getting-started/why-are-allocations-useful.md index 5fce236..d10382c 100644 --- a/content/en/docs/assignments/getting-started/why-are-allocations-useful.md +++ b/content/en/docs/assignments/getting-started/why-are-allocations-useful.md @@ -1,6 +1,7 @@ --- title: Why are Allocations Useful slug: why-are-allocations-useful +weight: 2.0 description: A practical understanding of allocations and how they are helpful date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/assignments/results/allocation-results.md b/content/en/docs/assignments/results/allocation-results.md index d683b09..db79e11 100644 --- a/content/en/docs/assignments/results/allocation-results.md +++ b/content/en/docs/assignments/results/allocation-results.md @@ -1,6 +1,7 @@ --- title: Allocation Results slug: allocation-results +weight: 1.0 description: Understand and analyze allocation results date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/assignments/results/troubleshooting-allocations.md b/content/en/docs/assignments/results/troubleshooting-allocations.md index 4a1d107..8289e80 100644 --- a/content/en/docs/assignments/results/troubleshooting-allocations.md +++ b/content/en/docs/assignments/results/troubleshooting-allocations.md @@ -1,6 +1,7 @@ --- title: Troubleshooting Allocations slug: troubleshooting-allocations +weight: 2.0 description: Understand how to troubleshoot allocations when the results are not as expected date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/assignments/setup/_index.md b/content/en/docs/assignments/setup/_index.md index 56a734f..e937816 100644 --- a/content/en/docs/assignments/setup/_index.md +++ b/content/en/docs/assignments/setup/_index.md @@ -3,4 +3,5 @@ linktitle: Configure Allocations title: Configure Allocations sitemap: priority: 2.0 +weight: 2.0 --- \ No newline at end of file diff --git a/content/en/docs/assignments/setup/configure-an-allocation.md b/content/en/docs/assignments/setup/configure-an-allocation.md index eca6e14..b77231e 100644 --- a/content/en/docs/assignments/setup/configure-an-allocation.md +++ b/content/en/docs/assignments/setup/configure-an-allocation.md @@ -1,6 +1,7 @@ --- title: Configure an Allocation slug: configure-an-allocation +weight: 1.0 description: Set up a cost allocation transform and manage assignments date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/assignments/setup/recursive-allocations.md b/content/en/docs/assignments/setup/recursive-allocations.md index 6f1ab03..9eb532a 100644 --- a/content/en/docs/assignments/setup/recursive-allocations.md +++ b/content/en/docs/assignments/setup/recursive-allocations.md @@ -1,6 +1,7 @@ --- title: Recursive Allocations slug: recursive-allocations +weight: 2.0 description: How to set up and manage recursive allocations date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/cli/_index.md b/content/en/docs/cli/_index.md index 7e58bad..dcec563 100644 --- a/content/en/docs/cli/_index.md +++ b/content/en/docs/cli/_index.md @@ -1,5 +1,5 @@ --- linktitle: Jupyter and Command Line title: Jupyter and Command Line Interactions -weight: 9.0 +weight: 16.0 --- \ No newline at end of file diff --git a/content/en/docs/cli/command_line.md b/content/en/docs/cli/command_line.md index 9cdfc04..7c5a1fa 100644 --- a/content/en/docs/cli/command_line.md +++ b/content/en/docs/cli/command_line.md @@ -1,6 +1,7 @@ --- title: Command Line slug: command-line +weight: 2.0 description: Interact with PlaidCloud directory from command line date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/cli/jupyter-notebook.md b/content/en/docs/cli/jupyter-notebook.md index 6d53375..11cfc3b 100644 --- a/content/en/docs/cli/jupyter-notebook.md +++ b/content/en/docs/cli/jupyter-notebook.md @@ -1,6 +1,7 @@ --- title: Jupyter Notebooks slug: jupyter-notebook +weight: 1.0 description: Interact with PlaidCloud directory from Jupyter Notebooks date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/cli/oauth_setup.md b/content/en/docs/cli/oauth_setup.md index 557a4dd..63291d1 100644 --- a/content/en/docs/cli/oauth_setup.md +++ b/content/en/docs/cli/oauth_setup.md @@ -1,6 +1,7 @@ --- title: OAuth Tokens slug: get-oauth-tokens +weight: 3.0 description: Obtaining OAuth tokens to interact with PlaidCloud APIs date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/dashboards/_index.md b/content/en/docs/dashboards/_index.md index 438db3a..0d1118a 100644 --- a/content/en/docs/dashboards/_index.md +++ b/content/en/docs/dashboards/_index.md @@ -1,5 +1,5 @@ --- linktitle: Dashboards title: Dashboards -weight: 4.0 +weight: 5.0 --- \ No newline at end of file diff --git a/content/en/docs/dashboards/dashboard-expressions.md b/content/en/docs/dashboards/dashboard-expressions.md index c402f19..867abd9 100644 --- a/content/en/docs/dashboards/dashboard-expressions.md +++ b/content/en/docs/dashboards/dashboard-expressions.md @@ -1,6 +1,7 @@ --- title: Dashboard Example Expressions slug: dashboard-expressions +weight: 5.0 description: Using common dashboard expressions date: 2022-06-07T07:39:48 --- diff --git a/content/en/docs/dashboards/example-calculated-columns.md b/content/en/docs/dashboards/example-calculated-columns.md index b514bfc..bdfc78d 100644 --- a/content/en/docs/dashboards/example-calculated-columns.md +++ b/content/en/docs/dashboards/example-calculated-columns.md @@ -3,7 +3,7 @@ title: Example Calculated Columns slug: dashboard-calculated-columns description: Examples of calculated column expressions date: 2022-06-07T07:39:48 -weight: 4.0 +weight: 3.0 --- ## Description diff --git a/content/en/docs/data/_index.md b/content/en/docs/data/_index.md index a97865c..229ebbb 100644 --- a/content/en/docs/data/_index.md +++ b/content/en/docs/data/_index.md @@ -1,5 +1,5 @@ --- linktitle: Data Management title: Data Management -weight: 5.0 +weight: 6.0 --- \ No newline at end of file diff --git a/content/en/docs/data/hierarchies.md b/content/en/docs/data/hierarchies.md index 48bfff5..d233505 100644 --- a/content/en/docs/data/hierarchies.md +++ b/content/en/docs/data/hierarchies.md @@ -3,7 +3,7 @@ title: Using Dimensions (Hierarchies) slug: hierarchies description: Using and managing hierarchical data date: 2022-01-25T07:39:48 -weight: 4 +weight: 3.0 --- diff --git a/content/en/docs/data/publish.md b/content/en/docs/data/publish.md index 4a350e7..e27d3e1 100644 --- a/content/en/docs/data/publish.md +++ b/content/en/docs/data/publish.md @@ -3,7 +3,7 @@ title: Publishing Tables slug: tables-views-publish description: Publishing Tables and Views to allow usage in Dashboard, PlaidXL, and other external reporting date: 2022-01-25T07:39:48 -weight: 2 +weight: 4.0 --- diff --git a/content/en/docs/data/table-explorer.md b/content/en/docs/data/table-explorer.md index 7a65dcf..28b9f20 100644 --- a/content/en/docs/data/table-explorer.md +++ b/content/en/docs/data/table-explorer.md @@ -3,7 +3,7 @@ title: Table Explorer slug: table-explorer description: Table Explorer provides powerful and readily accessible data exploration capabilities date: 2022-01-25T07:39:48 -weight: 1 +weight: 1.0 --- diff --git a/content/en/docs/data/tables-views.md b/content/en/docs/data/tables-views.md index a01b613..98714b7 100644 --- a/content/en/docs/data/tables-views.md +++ b/content/en/docs/data/tables-views.md @@ -3,7 +3,7 @@ title: Using Tables and Views slug: tables-views description: Using and managing tables and views date: 2022-01-25T07:39:48 -weight: 3 +weight: 2.0 --- diff --git a/content/en/docs/document/_index.md b/content/en/docs/document/_index.md index 59950ff..9d6dab0 100644 --- a/content/en/docs/document/_index.md +++ b/content/en/docs/document/_index.md @@ -1,5 +1,5 @@ --- linktitle: Document title: Document -weight: 6.0 +weight: 8.0 --- \ No newline at end of file diff --git a/content/en/docs/document/account-management/_index.md b/content/en/docs/document/account-management/_index.md index f690b58..b3113ea 100644 --- a/content/en/docs/document/account-management/_index.md +++ b/content/en/docs/document/account-management/_index.md @@ -1,5 +1,5 @@ --- linktitle: Account and Access Management title: Account and Access Management - +weight: 3.0 --- \ No newline at end of file diff --git a/content/en/docs/document/account-management/control-document-account-access.md b/content/en/docs/document/account-management/control-document-account-access.md index c2da81b..da700aa 100644 --- a/content/en/docs/document/account-management/control-document-account-access.md +++ b/content/en/docs/document/account-management/control-document-account-access.md @@ -1,6 +1,7 @@ --- title: Control Document Account Access slug: control-document-account-access +weight: 1.0 description: Set access controls for Document accounts date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/document/account-management/document-temporary-storage.md b/content/en/docs/document/account-management/document-temporary-storage.md index 5911b26..55ce6fb 100644 --- a/content/en/docs/document/account-management/document-temporary-storage.md +++ b/content/en/docs/document/account-management/document-temporary-storage.md @@ -1,6 +1,7 @@ --- title: Document Temporary Storage slug: document-temporary-storage +weight: 2.0 description: Use Document's temporary storage option to share files or move them without worrying about cleanup later date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/document/account-management/managing-document-account-backups.md b/content/en/docs/document/account-management/managing-document-account-backups.md index d4d02f5..34a502c 100644 --- a/content/en/docs/document/account-management/managing-document-account-backups.md +++ b/content/en/docs/document/account-management/managing-document-account-backups.md @@ -1,6 +1,7 @@ --- title: Managing Document Account Backups slug: managing-document-account-backups +weight: 3.0 description: Control how, where, and when Document account backups occur date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/document/account-management/managing-document-account-owners.md b/content/en/docs/document/account-management/managing-document-account-owners.md index 07583d4..6db23ce 100644 --- a/content/en/docs/document/account-management/managing-document-account-owners.md +++ b/content/en/docs/document/account-management/managing-document-account-owners.md @@ -1,6 +1,7 @@ --- title: Managing Document Account Owners slug: managing-document-account-owners +weight: 4.0 description: Add and remove Document account owners date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/document/account-management/using-start-paths-in-document-accounts.md b/content/en/docs/document/account-management/using-start-paths-in-document-accounts.md index 0d88526..f1d6491 100644 --- a/content/en/docs/document/account-management/using-start-paths-in-document-accounts.md +++ b/content/en/docs/document/account-management/using-start-paths-in-document-accounts.md @@ -1,6 +1,7 @@ --- title: Using Start Paths in Document Accounts slug: using-start-paths-in-document-accounts +weight: 5.0 description: Control where users start navigation in document storage date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/document/adding-accounts/_index.md b/content/en/docs/document/adding-accounts/_index.md index 9831b0e..f4e1c30 100644 --- a/content/en/docs/document/adding-accounts/_index.md +++ b/content/en/docs/document/adding-accounts/_index.md @@ -1,5 +1,5 @@ --- linktitle: Adding New Document Accounts title: Adding New Document Accounts - +weight: 2.0 --- \ No newline at end of file diff --git a/content/en/docs/document/adding-accounts/add-aws-s3-account.md b/content/en/docs/document/adding-accounts/add-aws-s3-account.md index dd1b7d4..cf2f9fe 100644 --- a/content/en/docs/document/adding-accounts/add-aws-s3-account.md +++ b/content/en/docs/document/adding-accounts/add-aws-s3-account.md @@ -1,6 +1,7 @@ --- title: Add AWS S3 Account slug: add-aws-s3-account +weight: 1.0 description: How to add an AWS Simple Storage Service (S3) account to Document date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/document/adding-accounts/add-google-cloud-storage-account.md b/content/en/docs/document/adding-accounts/add-google-cloud-storage-account.md index 273508b..9ae6126 100644 --- a/content/en/docs/document/adding-accounts/add-google-cloud-storage-account.md +++ b/content/en/docs/document/adding-accounts/add-google-cloud-storage-account.md @@ -1,6 +1,7 @@ --- title: Add Google Cloud Storage Account slug: add-google-cloud-storage-account +weight: 2.0 description: How to add a Google Cloud Storage (GCS) account to Document date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/document/adding-accounts/add-wasabi-hot-storage-account.md b/content/en/docs/document/adding-accounts/add-wasabi-hot-storage-account.md index 6eff314..98e2990 100644 --- a/content/en/docs/document/adding-accounts/add-wasabi-hot-storage-account.md +++ b/content/en/docs/document/adding-accounts/add-wasabi-hot-storage-account.md @@ -1,6 +1,7 @@ --- title: Add Wasabi Hot Storage Account slug: add-wasabi-hot-storage-account +weight: 3.0 description: How to add a Wasabi Hot Storage (Wasabi) account to Document date: 2022-01-25T07:39:47 --- diff --git a/content/en/docs/document/using-document.md b/content/en/docs/document/using-document.md index 3fe1789..4efef2a 100644 --- a/content/en/docs/document/using-document.md +++ b/content/en/docs/document/using-document.md @@ -1,6 +1,7 @@ --- -title: Using Document -slug: using-document +title: Using Document Accounts +slug: using-document-accounts +weight: 1.0 description: Upload, download, delete, and view files in Document accounts date: 2022-01-25T07:39:48 --- diff --git a/content/en/docs/dw/_index.md b/content/en/docs/dw/_index.md index 7938bee..b9ca3b3 100644 --- a/content/en/docs/dw/_index.md +++ b/content/en/docs/dw/_index.md @@ -1,5 +1,5 @@ --- linktitle: Data Warehouse Service title: Data Warehouse Service -weight: 8.0 +weight: 9.0 --- \ No newline at end of file diff --git a/content/en/docs/dw/getting-started.md b/content/en/docs/dw/getting-started.md index e602cc0..359dca2 100644 --- a/content/en/docs/dw/getting-started.md +++ b/content/en/docs/dw/getting-started.md @@ -2,7 +2,7 @@ title: Getting Started slug: getting-started description: Getting started with the PlaidCloud Data Warehouse Service -weight: 1 +weight: 1.0 date: 2022-01-25T07:39:51 --- diff --git a/content/en/docs/dw/greenplum-technical-resource-links.md b/content/en/docs/dw/greenplum-technical-resource-links.md index c096e14..5e31b91 100644 --- a/content/en/docs/dw/greenplum-technical-resource-links.md +++ b/content/en/docs/dw/greenplum-technical-resource-links.md @@ -2,7 +2,7 @@ title: Greenplum Technical Resource Links slug: greenplum-technical-resource-links description: Helpful and interesting technical resources for reference -weight: 10 +weight: 3.0 date: 2022-01-25T07:39:51 --- diff --git a/content/en/docs/dw/pricing.md b/content/en/docs/dw/pricing.md index de2a360..b574bf9 100644 --- a/content/en/docs/dw/pricing.md +++ b/content/en/docs/dw/pricing.md @@ -1,7 +1,7 @@ --- title: Pricing description: PlaidCloud Data Warehouse Service Pricing -weight: 2 +weight: 2.0 date: 2022-01-25T07:39:51 --- diff --git a/content/en/docs/expressions/_index.md b/content/en/docs/expressions/_index.md index fcb23a1..e4bc12a 100644 --- a/content/en/docs/expressions/_index.md +++ b/content/en/docs/expressions/_index.md @@ -1,5 +1,5 @@ --- linktitle: Standard Expressions title: Standard Expressions -weight: 11.0 +weight: 13.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/arrays/_index.md b/content/en/docs/expressions/arrays/_index.md index 36b13b6..5ffb9e9 100644 --- a/content/en/docs/expressions/arrays/_index.md +++ b/content/en/docs/expressions/arrays/_index.md @@ -1,5 +1,6 @@ --- linktitle: Arrays title: Arrays - +description: Array based functions +weight: 8.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/arrays/func-string-to-array.md b/content/en/docs/expressions/arrays/func-string-to-array.md index 2357126..aadc4e9 100644 --- a/content/en/docs/expressions/arrays/func-string-to-array.md +++ b/content/en/docs/expressions/arrays/func-string-to-array.md @@ -1,24 +1,14 @@ --- title: func.string_to_array slug: func-string-to-array +weight: 1.0 description: This function is used to split a string into array elements using supplied delimiter and optional null string date: 2022-01-25T07:39:53 --- +This function is used to split a string into array elements using supplied delimiter and optional null string ## Syntax - - - -``` +```python func.string_to_array(text, delimiter) ``` - - -## Examples - - - -``` -Documentation for func.string_to_array is coming soon. -``` diff --git a/content/en/docs/expressions/arrays/func-unnest.md b/content/en/docs/expressions/arrays/func-unnest.md index 0a71a37..24c78a6 100644 --- a/content/en/docs/expressions/arrays/func-unnest.md +++ b/content/en/docs/expressions/arrays/func-unnest.md @@ -1,24 +1,14 @@ --- title: func.unnest slug: func-unnest +weight: 2.0 description: This function is used to expand an array to a set of rows date: 2022-01-25T07:39:53 --- +This function is used to expand an array to a set of rows ## Syntax - - - ```python func.unnest(text) ``` - - -## Examples - - - -``` -Documentation for func.unnest is coming soon. -``` diff --git a/content/en/docs/expressions/column-conditions/_index.md b/content/en/docs/expressions/column-conditions/_index.md index 1ebdf82..9c2ab29 100644 --- a/content/en/docs/expressions/column-conditions/_index.md +++ b/content/en/docs/expressions/column-conditions/_index.md @@ -1,5 +1,6 @@ --- linktitle: Column Conditions title: Column Conditions - +description: Basic conditionals like between, contains, is, startswith +weight: 9.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/column-conditions/column-any.md b/content/en/docs/expressions/column-conditions/column-any.md index c7403d0..b66f27c 100644 --- a/content/en/docs/expressions/column-conditions/column-any.md +++ b/content/en/docs/expressions/column-conditions/column-any.md @@ -1,21 +1,15 @@ --- title: column.any_ slug: column-any +weight: 1.0 description: The PostgreSQL ANY operator compares a value in a column to a set of values returned by a subquery date: 2022-01-25T07:39:54 --- +The ANY operator compares a value in a column to a set of values returned by a subquery ## Syntax - - ```python .any_([list of values]) ``` - - -## Examples - - -No examples yet... diff --git a/content/en/docs/expressions/column-conditions/column-between.md b/content/en/docs/expressions/column-conditions/column-between.md index c9ba1f8..a2111a7 100644 --- a/content/en/docs/expressions/column-conditions/column-between.md +++ b/content/en/docs/expressions/column-conditions/column-between.md @@ -1,24 +1,19 @@ --- title: column.between slug: column-between +weight: 2.0 description: Returns true if the current column is between the lower bound and upper bound, inclusive date: 2022-01-25T07:39:54 --- +Returns true if the current column is between the lower bound and upper bound, inclusive ## Syntax - - - -``` +```python .between(value_1, value_2) ``` - ## Examples - - - -``` -Documentation for column.between is coming soon. +```python +get_column(table, 'LAST_CHANGED_DATE').between({start_date}, {end_date}) ``` diff --git a/content/en/docs/expressions/column-conditions/column-contains.md b/content/en/docs/expressions/column-conditions/column-contains.md index 4af7f9a..2b9d21b 100644 --- a/content/en/docs/expressions/column-conditions/column-contains.md +++ b/content/en/docs/expressions/column-conditions/column-contains.md @@ -1,24 +1,19 @@ --- title: column.contains slug: column-contains +weight: 3.0 description: The contains() method checks whether a string contains a sequence of characters. Returns true if the characters exist and false if not date: 2022-01-25T07:39:54 --- +The contains() method checks whether a string contains a sequence of characters. Returns true if the characters exist and false if not ## Syntax - - - -``` +```python .contains(string) ``` - -## Examples # - - - -``` -Documentation for column.contains is coming soon. +## Examples +```python +table.SOURCE_SYSTEM.contains('TEST') ``` diff --git a/content/en/docs/expressions/column-conditions/column-endswith.md b/content/en/docs/expressions/column-conditions/column-endswith.md index 46ea915..a9ef350 100644 --- a/content/en/docs/expressions/column-conditions/column-endswith.md +++ b/content/en/docs/expressions/column-conditions/column-endswith.md @@ -1,24 +1,22 @@ --- title: column.endswith slug: column-endswith +weight: 4.0 description: The endsWith() method determines whether a string ends with the characters of a specified string, returning true or false as appropriate date: 2022-01-25T07:39:54 --- +The endsWith() method determines whether a string ends with the characters of a specified string, returning true or false as appropriate ## Syntax - - - -``` +```python .endswith(string) ``` - ## Examples - - - +```python +table.Parent.endswith(':EBITX') ``` -Documentation for column.endswith is coming soon. +```python +table.PERIOD.endswith("01") ``` diff --git a/content/en/docs/expressions/column-conditions/column-ilike.md b/content/en/docs/expressions/column-conditions/column-ilike.md index 242b881..eeed9ea 100644 --- a/content/en/docs/expressions/column-conditions/column-ilike.md +++ b/content/en/docs/expressions/column-conditions/column-ilike.md @@ -1,24 +1,14 @@ --- title: column.ilike slug: column-ilike +weight: 5.0 description: Allows matching of strings based on comparison with a pattern date: 2022-01-25T07:39:54 --- +Allows matching of strings based on comparison with a pattern ## Syntax - - - -``` +```python .ilike(string) ``` - - -## Examples - - - -``` -Documentation for column.ilike is coming soon. -``` diff --git a/content/en/docs/expressions/column-conditions/column-in.md b/content/en/docs/expressions/column-conditions/column-in.md index 99b580d..983c1ca 100644 --- a/content/en/docs/expressions/column-conditions/column-in.md +++ b/content/en/docs/expressions/column-conditions/column-in.md @@ -1,24 +1,22 @@ --- title: column.in_ slug: column-in +weight: 6.0 description: Checks if column conditions are met date: 2022-01-25T07:39:54 --- +Checks if column conditions are met ## Syntax - - - ```python .in_([list of values]) ``` - ## Examples - - - +```python +get_column(table, 'Source Country').in_(['CN','SG','BR']) ``` -Documentation for column.in_ is coming soon. +```python +table.MONTH.in_(['01','02','03','04','05','06','07','08','09']) ``` diff --git a/content/en/docs/expressions/column-conditions/column-is.md b/content/en/docs/expressions/column-conditions/column-is.md index 7105771..5f7ee3d 100644 --- a/content/en/docs/expressions/column-conditions/column-is.md +++ b/content/en/docs/expressions/column-conditions/column-is.md @@ -1,23 +1,23 @@ --- title: column.is_ slug: column-is +weight: 7.0 description: Checks if column conditions are met date: 2022-01-25T07:39:54 --- +Checks if column conditions are met ## Syntax - - - ```python .is_(value) .is_(None) ``` - ## Examples - +```python +get_column(table, 'Min SafetyStock').is_(None) ``` -Documentation for column.is_ is coming soon. +```python +get_column(table, 'date_pod').is_(None) ``` diff --git a/content/en/docs/expressions/column-conditions/column-isnot.md b/content/en/docs/expressions/column-conditions/column-isnot.md index 2dc7892..b10a06e 100644 --- a/content/en/docs/expressions/column-conditions/column-isnot.md +++ b/content/en/docs/expressions/column-conditions/column-isnot.md @@ -1,29 +1,22 @@ --- title: column.isnot slug: column-isnot +weight: 8.0 description: Checks if column conditions are met date: 2022-01-25T07:39:54 --- +Checks if column conditions are met ## Syntax - - - -``` +```python .isnot(None) ``` - - -``` +```python .isnot(value) ``` - ## Examples - - - -``` -Documentation for column.isnot is coming soon. +```python +table.CoCd.isnot(Null) ``` diff --git a/content/en/docs/expressions/column-conditions/column-like.md b/content/en/docs/expressions/column-conditions/column-like.md index cd4cd40..325ac19 100644 --- a/content/en/docs/expressions/column-conditions/column-like.md +++ b/content/en/docs/expressions/column-conditions/column-like.md @@ -1,24 +1,19 @@ --- title: column.like slug: column-like +weight: 9.0 description: The PostgreSQL LIKE operator is used to match text values against a pattern using wildcards date: 2022-01-25T07:39:54 --- +The PostgreSQL LIKE operator is used to match text values against a pattern using wildcards ## Syntax - - - -``` +```python .like(string) ``` - ## Examples - - - -``` -Documentation for column.like is coming soon. +```python +table.SOURCE_SYSTEM.like('%Adjustments%') ``` diff --git a/content/en/docs/expressions/column-conditions/column-notilike.md b/content/en/docs/expressions/column-conditions/column-notilike.md index 09c1591..7cd0ce1 100644 --- a/content/en/docs/expressions/column-conditions/column-notilike.md +++ b/content/en/docs/expressions/column-conditions/column-notilike.md @@ -1,24 +1,14 @@ --- title: column.notilike slug: column-notilike +weight: 10.0 description: This function is used to data using pattern matching techniques that explicitly excludes the mentioned pattern from the query result set date: 2022-01-25T07:39:54 --- +This function is used to data using pattern matching techniques that explicitly excludes the mentioned pattern from the query result set ## Syntax - - - -``` +```python .notilike(string) ``` - - -## Examples - - - -``` -Documentation for column.notilike is coming soon. -``` diff --git a/content/en/docs/expressions/column-conditions/column-notin.md b/content/en/docs/expressions/column-conditions/column-notin.md index b9a2445..cdc5828 100644 --- a/content/en/docs/expressions/column-conditions/column-notin.md +++ b/content/en/docs/expressions/column-conditions/column-notin.md @@ -1,24 +1,19 @@ --- title: column.notin_ slug: column-notin +weight: 11.0 description: Checks if column conditions are met date: 2022-01-25T07:39:54 --- +Checks if column conditions are met ## Syntax - - - -``` +```python column.notin_([list of values]) ``` - ## Examples - - - -``` -Documentation for column.notin_ is coming soon. +```python +table.LE.notin_(['12345','67890']) ``` diff --git a/content/en/docs/expressions/column-conditions/column-notlike.md b/content/en/docs/expressions/column-conditions/column-notlike.md index 1888bbb..f80a67b 100644 --- a/content/en/docs/expressions/column-conditions/column-notlike.md +++ b/content/en/docs/expressions/column-conditions/column-notlike.md @@ -1,24 +1,14 @@ --- title: column.notlike slug: column-notlike +weight: 12.0 description: Checks if column conditions are met date: 2022-01-25T07:39:53 --- +Checks if column conditions are met ## Syntax - - - -``` +```python column.notlike(string) ``` - - -## Examples - - - -``` -Documentation for column.notlike is coming soon. -``` diff --git a/content/en/docs/expressions/column-conditions/column-startswith.md b/content/en/docs/expressions/column-conditions/column-startswith.md index 2bfed9e..778262b 100644 --- a/content/en/docs/expressions/column-conditions/column-startswith.md +++ b/content/en/docs/expressions/column-conditions/column-startswith.md @@ -1,24 +1,22 @@ --- title: column.startswith slug: column-startswith +weight: 13.0 description: The system function 'starts_with()' is used to determine whether the provided string starts with the specified prefix date: 2022-01-25T07:39:53 --- +The system function 'starts_with()' is used to determine whether the provided string starts with the specified prefix ## Syntax - - - -``` +```python .startswith(string) ``` - ## Examples - - - +```python +get_column(table, 'Zip Code').startswith('9') ``` -Documentation for column.startswith is coming soon. +```python +get_column(table1, 'GL Account').startswith('CORP') ``` diff --git a/content/en/docs/expressions/conditions/_index.md b/content/en/docs/expressions/conditions/_index.md index a9d9cc0..83a4069 100644 --- a/content/en/docs/expressions/conditions/_index.md +++ b/content/en/docs/expressions/conditions/_index.md @@ -1,5 +1,6 @@ --- linktitle: Conditions title: Conditions - +description: Basic conditions like and, case, not, or +weight: 10.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/conditions/and.md b/content/en/docs/expressions/conditions/and.md index 2afc4cc..7d09972 100644 --- a/content/en/docs/expressions/conditions/and.md +++ b/content/en/docs/expressions/conditions/and.md @@ -1,29 +1,18 @@ --- title: and_ slug: and +weight: 1.0 description: Checks if all conditions are met date: 2022-01-25T07:39:47 --- - The and_ operator allows checking if two or more conditions are all met. - - - ---- - ## Examples - - **Example 1** - - This example checks if the `period` is any of the three specified dates. - - -``` +```python and_( table.color == 'green', table.shape == 'circle', @@ -31,15 +20,10 @@ and_( ) ``` - **Example 2** - - This example is checking if to ensure the `origin_plant` is not one of the values specified. This is using the `!=` expression. - - -``` +```python and_( table.origin_plant != '5013', table.origin_plant != '5026', @@ -52,9 +36,7 @@ and_( Alternatively, for reference, the above check could be written using the `not_` and `or_` operators like this: - - -``` +```python not_( or_( table.origin_plant == '5013', diff --git a/content/en/docs/expressions/conditions/case.md b/content/en/docs/expressions/conditions/case.md index 1a7d8cc..53803e2 100644 --- a/content/en/docs/expressions/conditions/case.md +++ b/content/en/docs/expressions/conditions/case.md @@ -1,44 +1,33 @@ --- title: case slug: case +weight: 2.0 description: Checks if conditions are met date: 2022-01-25T07:39:53 --- +Checks if conditions are met ## Syntax - - - -``` +```python case((condition1, value1),(condition2, value2), else_ = None) ``` - ## Example 1 - - - -``` In this example is from a Table:Lookup step where we are updating the "dock_final" column when the table1. dock_final value is Null. - +```python case( (table1.dock_final == Null, table2.dock_final), else_ = table1.dock_final ) ``` - ## Example 2 - - -``` This example is from a Table:Lookup step where we are updating the "Marketing Channel" column when "Marketing Channel" in table1 is not 'none' or the "Serial Number" contains a '_'. - +```python case( (get_column(table1, 'Marketing Channel') != 'none', get_column(table1, 'Marketing Channel')), (get_column(table1, 'Serial Number').contains('_'), get_column(table1, 'Marketing Channel')), (get_column(table2, 'Marketing Channel') != Null, get_column(table2, 'Marketing Channel')), else_ = 'none' ) - -``` \ No newline at end of file +``` diff --git a/content/en/docs/expressions/conditions/func-coalesce.md b/content/en/docs/expressions/conditions/func-coalesce.md index 751a950..fbaeddf 100644 --- a/content/en/docs/expressions/conditions/func-coalesce.md +++ b/content/en/docs/expressions/conditions/func-coalesce.md @@ -1,24 +1,22 @@ --- title: func.coalesce slug: func-coalesce +weight: 3.0 description: The COALESCE() function returns the first non-null value in a list date: 2022-01-25T07:39:53 --- +The COALESCE() function returns the first non-null value in a list ## Syntax - - - -``` +```python func.coalesce(value, value, value...) ``` - ## Examples - - - +```python +func.coalesce(table.UOM, 'none', \n) ``` -Documentation for func.coalesce is coming soon. +```python +func.coalesce(get_column(table2, 'TECHNOLOGY_RATE'), 0.0) ``` diff --git a/content/en/docs/expressions/conditions/not.md b/content/en/docs/expressions/conditions/not.md index 8eef1b8..e017af9 100644 --- a/content/en/docs/expressions/conditions/not.md +++ b/content/en/docs/expressions/conditions/not.md @@ -1,24 +1,22 @@ --- title: not_ slug: not +weight: 4.0 description: The PostgreSQL NOT condition (also called the NOT Operator) is used to negate a condition in a SELECT, INSERT, UPDATE, or DELETE statement date: 2022-01-25T07:39:53 --- +The PostgreSQL NOT condition (also called the NOT Operator) is used to negate a condition in a SELECT, INSERT, UPDATE, or DELETE statement ## Syntax - - - -``` +```python not_(value) ``` - ## Examples - - - +```python +not_(and_(table.VALUE_FC==0.0, table.VALUE_LC==0.0)) ``` -Documentation for not_ is coming soon. +```python +not_(or_(get_column(table, 'GL Account').startswith('7'), get_column(table, 'GL Account').startswith('8'))) ``` diff --git a/content/en/docs/expressions/conditions/or.md b/content/en/docs/expressions/conditions/or.md index 2b62c1a..4ad4dec 100644 --- a/content/en/docs/expressions/conditions/or.md +++ b/content/en/docs/expressions/conditions/or.md @@ -1,29 +1,18 @@ --- title: or_ slug: or -description: Checks if any conditions are met +weight: 5.0 +description: The or_ operator allows checking two or more conditions to determine if the evaluation is true or false. date: 2022-01-25T07:39:47 --- - The or_ operator allows checking two or more conditions to determine if the evaluation is true or false. - - - ---- - ## Examples - **Example 1** - - This example checks if the `period` is any of the three specified dates. - - - -``` +```python or_( table.period == '2020_10', table.period == '2020_11', @@ -31,18 +20,11 @@ or_( ) ``` - **Example 2** - - This example is checking if `order_reason_Include` is `null` or has the word `KEEP` as a value. - - - -``` +```python or_( table.order_reason_Include == 'KEEP', table.order_reason_Include.is_(None) ) ``` - diff --git a/content/en/docs/expressions/conversions/_index.md b/content/en/docs/expressions/conversions/_index.md index d45efa3..b7de946 100644 --- a/content/en/docs/expressions/conversions/_index.md +++ b/content/en/docs/expressions/conversions/_index.md @@ -1,5 +1,6 @@ --- linktitle: Conversions title: Conversions - +description: Basic conversion functions like cast, and func-to-char +weight: 11.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/conversions/cast.md b/content/en/docs/expressions/conversions/cast.md index 425ceef..4036c3a 100644 --- a/content/en/docs/expressions/conversions/cast.md +++ b/content/en/docs/expressions/conversions/cast.md @@ -1,24 +1,22 @@ --- title: cast slug: cast +weight: 1.0 description: The CAST() function converts a value (of any type) into a specified datatype date: 2022-01-25T07:39:54 --- +The CAST() function converts a value (of any type) into a specified datatype ## Syntax - - - -``` +```python cast(value, target_type) ``` - ## Examples - - - +```python +cast(table.transaction_year, Numeric) ``` -Documentation for cast is coming soon. +```python +cast(get_column(table, 'End_Date'),Text) ``` diff --git a/content/en/docs/expressions/conversions/func-to-char.md b/content/en/docs/expressions/conversions/func-to-char.md index 94badfd..1dc0bcf 100644 --- a/content/en/docs/expressions/conversions/func-to-char.md +++ b/content/en/docs/expressions/conversions/func-to-char.md @@ -1,24 +1,22 @@ --- title: func.to_char slug: func-to-char +weight: 2.0 description: The TO_CHAR function converts a number or date to a string date: 2022-01-25T07:39:54 --- +The TO_CHAR function converts a number or date to a string ## Syntax - - - -``` +```python func.to_char(value, text) ``` - ## Examples - - - +```python +to_char("Sales_Order_w_Status"."WeekName") ``` -Documentation for func.to_char is coming soon. +```python +func.to_char(func.date_trunc('week', get_column(table, 'date_sol_delivery_required')), 'YYYY-MM-DD') ``` diff --git a/content/en/docs/expressions/conversions/func-to-date.md b/content/en/docs/expressions/conversions/func-to-date.md index f37fb5f..c681fc4 100644 --- a/content/en/docs/expressions/conversions/func-to-date.md +++ b/content/en/docs/expressions/conversions/func-to-date.md @@ -1,24 +1,22 @@ --- title: func.to_date slug: func-to-date +weight: 3.0 description: The TO_DATE function accepts an argument of a character data type and converts this value to a DATETIME value date: 2022-01-25T07:39:54 --- +The TO_DATE function accepts an argument of a character data type and converts this value to a DATETIME value ## Syntax - - - -``` +```python func.to_date(text, text) ``` - ## Examples - - - +```python +func.to_date(get_column(table, 'File Creation Date'), 'YYYYMMDD') ``` -Documentation for func.to_date is coming soon. +```python +func.to_date(table.Created_on, 'DD-MM-YYYY') ``` diff --git a/content/en/docs/expressions/conversions/func-to-number.md b/content/en/docs/expressions/conversions/func-to-number.md index 2ae2e19..2c82a2a 100644 --- a/content/en/docs/expressions/conversions/func-to-number.md +++ b/content/en/docs/expressions/conversions/func-to-number.md @@ -1,24 +1,14 @@ --- title: func.to_number slug: func-to-number +weight: 4.0 description: The TO_NUMBER function can convert a number or a character expression representing a number value to a DECIMAL data type date: 2022-01-25T07:39:54 --- +The TO_NUMBER function can convert a number or a character expression representing a number value to a DECIMAL data type ## Syntax - - - -``` +```python func.to_number(text, text) ``` - - -## Examples - - - -``` -Documentation for func.to_number is coming soon. -``` diff --git a/content/en/docs/expressions/conversions/func-to-timestamp.md b/content/en/docs/expressions/conversions/func-to-timestamp.md index 9df3c0f..e348d05 100644 --- a/content/en/docs/expressions/conversions/func-to-timestamp.md +++ b/content/en/docs/expressions/conversions/func-to-timestamp.md @@ -1,24 +1,14 @@ --- title: func.to_timestamp slug: func-to-timestamp +weight: 5.0 description: The TO_TIMESTAMP function converts char of CHAR , VARCHAR2 , NCHAR , or NVARCHAR2 datatype to a value of TIMESTAMP datatype date: 2022-01-25T07:39:54 --- +The TO_TIMESTAMP function converts char of CHAR , VARCHAR2 , NCHAR , or NVARCHAR2 datatype to a value of TIMESTAMP datatype ## Syntax - - - -``` +```python func.to_timestamp(text, text) ``` - - -## Examples - - - -``` -Documentation for func.to_timestamp is coming soon. -``` diff --git a/content/en/docs/expressions/dates/_index.md b/content/en/docs/expressions/dates/_index.md index b93cd1b..0210e23 100644 --- a/content/en/docs/expressions/dates/_index.md +++ b/content/en/docs/expressions/dates/_index.md @@ -1,5 +1,6 @@ --- linktitle: Date and Time title: Date and Time - +description: Basic date functions like current-date, now, and timeofday +weight: 12.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/dates/func-age.md b/content/en/docs/expressions/dates/func-age.md index 91d9ea6..e58105e 100644 --- a/content/en/docs/expressions/dates/func-age.md +++ b/content/en/docs/expressions/dates/func-age.md @@ -1,29 +1,17 @@ --- title: func.age slug: func-age +weight: 1.0 description: Subtract arguments, producing a “symbolic” result that uses years and months, rather than just days date: 2022-01-25T07:39:55 --- +Subtract arguments, producing a “symbolic” result that uses years and months, rather than just days ## Syntax - - - -``` +```python func.age(timestamp, timestamp) ``` - - -``` +```python func.age(timestamp) ``` - - -## Examples - - - -``` -Documentation for func.age is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-clock-timestamp.md b/content/en/docs/expressions/dates/func-clock-timestamp.md index 4dc117e..d76e9a6 100644 --- a/content/en/docs/expressions/dates/func-clock-timestamp.md +++ b/content/en/docs/expressions/dates/func-clock-timestamp.md @@ -1,24 +1,14 @@ --- title: func.clock_timestamp slug: func-clock-timestamp +weight: 2.0 description: Current date and time (changes during statement execution) date: 2022-01-25T07:39:55 --- +Current date and time (changes during statement execution) ## Syntax - - - -``` +```python func.clock_timestamp() ``` - - -## Examples - - - -``` -Documentation for func.clock_timestamp is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-current-date.md b/content/en/docs/expressions/dates/func-current-date.md index eef37e9..6f3a3ec 100644 --- a/content/en/docs/expressions/dates/func-current-date.md +++ b/content/en/docs/expressions/dates/func-current-date.md @@ -1,24 +1,22 @@ --- title: func.current_date slug: func-current-date +weight: 3.0 description: Returns current date value based on the start of the current transaction date: 2022-01-25T07:39:55 --- +Returns current date value based on the start of the current transaction ## Syntax - - - -``` +```python func.current_date() ``` - ## Examples - - - +```python +func.current_date() ``` -Documentation for func.current_date is coming soon. +```python +get_column(table, 'Created On')>=(func.current_date()-120) ``` diff --git a/content/en/docs/expressions/dates/func-current-time.md b/content/en/docs/expressions/dates/func-current-time.md index ca98c47..669a9a4 100644 --- a/content/en/docs/expressions/dates/func-current-time.md +++ b/content/en/docs/expressions/dates/func-current-time.md @@ -1,24 +1,14 @@ --- title: func.current_time slug: func-current-time +weight: 4.0 description: Returns a current time value based on the time zone date: 2022-01-25T07:39:55 --- +Returns a current time value based on the time zone ## Syntax - - - -``` +```python func.current_time() ``` - - -## Examples - - - -``` -Documentation for func.current_time is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-current-timestamp.md b/content/en/docs/expressions/dates/func-current-timestamp.md index 852a0ab..c1e3e98 100644 --- a/content/en/docs/expressions/dates/func-current-timestamp.md +++ b/content/en/docs/expressions/dates/func-current-timestamp.md @@ -1,24 +1,14 @@ --- title: func.current_timestamp slug: func-current-timestamp +weight: 5.0 description: Returns a current date and timestamp based on the local time zone and start of current transaction date: 2022-01-25T07:39:55 --- +Returns a current date and timestamp based on the local time zone and start of current transaction ## Syntax - - - -``` +```python func.current_timestamp() ``` - - -## Examples - - - -``` -Documentation for func.current_timestamp is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-date-part.md b/content/en/docs/expressions/dates/func-date-part.md index 8829cc9..e917556 100644 --- a/content/en/docs/expressions/dates/func-date-part.md +++ b/content/en/docs/expressions/dates/func-date-part.md @@ -1,24 +1,14 @@ --- title: func.date_part slug: func-date-part +weight: 6.0 description: Returns a 'date' value expression through its subfields date: 2022-01-25T07:39:55 --- +Returns a 'date' value expression through its subfields ## Syntax - - - -``` +```python func.date_part(text, timestamp or interval) ``` - - -## Examples - - - -``` -Documentation for func.date_part is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-date-trunc.md b/content/en/docs/expressions/dates/func-date-trunc.md index 4435442..3e2ea4a 100644 --- a/content/en/docs/expressions/dates/func-date-trunc.md +++ b/content/en/docs/expressions/dates/func-date-trunc.md @@ -1,24 +1,19 @@ --- title: func.date_trunc slug: func-date-trunc +weight: 7.0 description: Truncate input value to specified precision date: 2022-01-25T07:39:55 --- +Truncate input value to specified precision ## Syntax - - - -``` +```python func.date_trunc(text, timestamp) ``` - ## Examples - - - -``` -Documentation for func.date_trunc is coming soon. +```python +func.date_trunc('week', get_column(table, 'Date' )) ``` diff --git a/content/en/docs/expressions/dates/func-extract.md b/content/en/docs/expressions/dates/func-extract.md index fee1e93..6c319f7 100644 --- a/content/en/docs/expressions/dates/func-extract.md +++ b/content/en/docs/expressions/dates/func-extract.md @@ -1,24 +1,19 @@ --- title: func.extract slug: func-extract +weight: 8.0 description: Retrieves subfields such as year or hour from date/time values date: 2022-01-25T07:39:55 --- +Retrieves subfields such as year or hour from date/time values ## Syntax - - - -``` +```python func.extract(field, timestamp or interval) ``` - ## Examples - - - -``` -Documentation for func.extract is coming soon. +```python +func.extract('seconds', table.OutlierTime) ``` diff --git a/content/en/docs/expressions/dates/func-isfinite.md b/content/en/docs/expressions/dates/func-isfinite.md index 7f7c827..9f560a5 100644 --- a/content/en/docs/expressions/dates/func-isfinite.md +++ b/content/en/docs/expressions/dates/func-isfinite.md @@ -1,35 +1,24 @@ --- title: func.isfinite slug: func-isfinite +weight: 9.0 description: This function is used to determine whether the numeric value is finite date: 2022-01-25T07:39:55 --- +This function is used to determine whether the numeric value is finite ## Syntax - - - -``` +```python func.ascii(text) → integer ``` - Returns the numeric code of the first character of the argument. In UTF8 encoding, returns the Unicode code point of the character. In other multibyte encodings, the argument must be an ASCII character. - - ## Examples - - - -``` +```python func.ascii('x') → 120 ``` - ## External References - - [PostgreSQL Documentation](https://www.postgresql.org/docs/13/functions-string.html) - diff --git a/content/en/docs/expressions/dates/func-justify-days.md b/content/en/docs/expressions/dates/func-justify-days.md index 89f0ddb..c5d2be7 100644 --- a/content/en/docs/expressions/dates/func-justify-days.md +++ b/content/en/docs/expressions/dates/func-justify-days.md @@ -1,24 +1,14 @@ --- title: func.justify_days slug: func-justify-days +weight: 10.0 description: Adjust interval so 30-day time periods are represented as months date: 2022-01-25T07:39:55 --- +Adjust interval so 30-day time periods are represented as months ## Syntax - - - -``` +```python func.justify_days(interval) ``` - - -## Examples - - - -``` -Documentation for func.justify_days is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-justify-hours.md b/content/en/docs/expressions/dates/func-justify-hours.md index 7908a2e..d3b9227 100644 --- a/content/en/docs/expressions/dates/func-justify-hours.md +++ b/content/en/docs/expressions/dates/func-justify-hours.md @@ -1,24 +1,14 @@ --- title: func.justify_hours slug: func-justify-hours +weight: 11.0 description: Adjust interval so 24-hour time periods are represented as days date: 2022-01-25T07:39:55 --- +Adjust interval so 24-hour time periods are represented as days ## Syntax - - - -``` +```python func.justify_hours(interval) ``` - - -## Examples - - - -``` -Documentation for func.justify_hours is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-justify-interval.md b/content/en/docs/expressions/dates/func-justify-interval.md index fa7523a..2a267ea 100644 --- a/content/en/docs/expressions/dates/func-justify-interval.md +++ b/content/en/docs/expressions/dates/func-justify-interval.md @@ -1,24 +1,14 @@ --- title: func.justify_interval slug: func-justify-interval +weight: 12.0 description: This function is used to adjust interval using justify_days and justify_hours, with additional sign adjustments date: 2022-01-25T07:39:55 --- +This function is used to adjust interval using justify_days and justify_hours, with additional sign adjustments ## Syntax - - - -``` +```python func.justify_interval(interval) ``` - - -## Examples - - - -``` -Documentation for func.justify_interval is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-now.md b/content/en/docs/expressions/dates/func-now.md index 54bc68d..a488d0c 100644 --- a/content/en/docs/expressions/dates/func-now.md +++ b/content/en/docs/expressions/dates/func-now.md @@ -1,24 +1,14 @@ --- title: func.now slug: func-now +weight: 13.0 description: Returns current date and time based on the database server's time zone setting date: 2022-01-25T07:39:54 --- +Returns current date and time based on the database server's time zone setting ## Syntax - - - -``` +```python func.now() ``` - - -## Examples - - - -``` -Documentation for func.now is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-statement-timestamp.md b/content/en/docs/expressions/dates/func-statement-timestamp.md index b0765d0..db9bfdf 100644 --- a/content/en/docs/expressions/dates/func-statement-timestamp.md +++ b/content/en/docs/expressions/dates/func-statement-timestamp.md @@ -1,24 +1,14 @@ --- title: func.statement_timestamp slug: func-statement-timestamp +weight: 14.0 description: This function is used to get current date and time (start of current transaction) date: 2022-01-25T07:39:54 --- +This function is used to get current date and time (start of current transaction) ## Syntax - - - -``` +```python func.statement_timestamp() ``` - - -## Examples - - - -``` -Documentation for func.statement_timestamp is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-timeofday.md b/content/en/docs/expressions/dates/func-timeofday.md index a336f56..780575a 100644 --- a/content/en/docs/expressions/dates/func-timeofday.md +++ b/content/en/docs/expressions/dates/func-timeofday.md @@ -1,24 +1,14 @@ --- title: func.timeofday slug: func-timeofday +weight: 15.0 description: This function is used to get current date and time (like clock_timestamp, but as a text string) date: 2022-01-25T07:39:54 --- +This function is used to get current date and time (like clock_timestamp, but as a text string) ## Syntax - - - -``` +```python func.timeofday() ``` - - -## Examples - - - -``` -Documentation for func.timeofday is coming soon. -``` diff --git a/content/en/docs/expressions/dates/func-transaction-timestamp.md b/content/en/docs/expressions/dates/func-transaction-timestamp.md index 1aa26d4..f1cd771 100644 --- a/content/en/docs/expressions/dates/func-transaction-timestamp.md +++ b/content/en/docs/expressions/dates/func-transaction-timestamp.md @@ -1,24 +1,14 @@ --- title: func.transaction_timestamp slug: func-transaction-timestamp +weight: 16.0 description: Returns the current date and time (including the time zone offset), at the start of the current transaction. Equivalent to 'func.now' date: 2022-01-25T07:39:54 --- +Returns the current date and time (including the time zone offset), at the start of the current transaction. Equivalent to 'func.now' ## Syntax - - - -``` +```python func.transaction_timestamp() ``` - - -## Examples - - - -``` -Documentation for func.transaction_timestamp is coming soon. -``` diff --git a/content/en/docs/expressions/general-usage-conditionals.md b/content/en/docs/expressions/general-usage-conditionals.md index ea385ec..bd99191 100644 --- a/content/en/docs/expressions/general-usage-conditionals.md +++ b/content/en/docs/expressions/general-usage-conditionals.md @@ -1,20 +1,22 @@ --- title: General Usage Conditionals slug: general-usage-conditionals -description: Simple If-then-else Operation, Complex Condition with Multiple Options, Coalesce +weight: 1.0 +description: Simple If-then-else/case Operation, Complex Condition with Multiple Options, Coalesce date: 2022-01-25T07:39:53 --- -Conditional statements use case syntax. This is the equivalent of simple if-then-else logic and more complex conditions with multiple options. +Below are conditionals, which allow for if/then/else functionality. +## The `case` operation -## Examples - - -### Simple If-then-else Operation +A "case" operation refers to a switch or a conditional control structure that allows the program to evaluate an expression and perform different actions based on the value of that expression. It can consist of multiple cases or conditions, each associated with a specific block of code to execute when the condition is met. +### Examples +#### A simple example +This example returns a person's name. It starts off searching to see if the first name column has a value (the "if"). If there is a value, concatenate the first name with the last name and return it (the "then"). If there isn't a first name, then return the last name only (the "else"). ```python case( @@ -24,8 +26,8 @@ case( ``` -### Complex Condition with Multiple Options - +#### A more complex example with multiple conditions +This example returns a price based on quantity. "If" the quantity in the order is more than 100, then give the customer the special price. If it doesn't satisfy the first condition, go to the second. If the quantity is greater than 10 (11-100), then give the customer the bulk price. Otherwise give the customer the regular price. ```python case( @@ -35,6 +37,7 @@ case( ) ``` +This example returns the first initial of the person's first name. If the user's name is wendy, return W. Otherwise if the user's name is jack, return J. Otherwise return E. ```python case( @@ -56,15 +59,20 @@ case( ``` -### Coalesce -When trying to find the first non-null value in a set of columns, the coalesce method is very helpful. This example finds the price set for the sale by looking in three possible fields: +## `Coalesce` + +The coalesce function allows you to find the first non-null value in a set of columns. + +This example finds the price set for the sale by looking in three possible fields and then returns the price times the number sold. ```python func.coalesce(table_beta.adjusted_price, table_alpha.override_price, table_alpha.price) * table_beta.quantity_sold ``` -Coalesce also works for text values. This example will use the nickname if it is not null, or it will fall back to the first_name. +Coalesce also works for text values. + +This example will use the nickname if it is not null, or it will return the first name if there is no nickname. ```python func.coalesce(table.nickname, table.first_name) diff --git a/content/en/docs/expressions/general-usage-data-type-expressions.md b/content/en/docs/expressions/general-usage-data-type-expressions.md index 4fc6d46..5d09606 100644 --- a/content/en/docs/expressions/general-usage-data-type-expressions.md +++ b/content/en/docs/expressions/general-usage-data-type-expressions.md @@ -1,40 +1,37 @@ --- title: General Usage Data Type Expressions slug: general-usage-data-type-expressions +weight: 2.0 description: The following data types (dytpes) are available through Analyze to support your requirements date: 2022-01-25T07:39:53 --- -Analyze offers a wide variety of standard data types (dtypes) to support your requirements. As datasets become larger, determining smaller size dtypes for value storage can shrink the size of the table and improve performance. The following dtypes are available: +There are a wide variety of standard data types (dtypes) to support your requirements. As datasets become larger, determining smaller size dtypes for value storage can shrink the size of the table and improve performance. The following dtypes are available: -* Boolean -* Text +* `Boolean` +* `Text` * Numbers - - - + Small Float (6 Digits) - + Float (15 Digits) - + Small Integer (16 bit) (-32768 to 32767) - + Integer (32 bit) (-2147483648 to 2147483647) - + Big Integer (64 bit) (-9223372036854775808 to 9223372036854775807) - + Numeric + + `SmallFloat` (6 Digits) + + `Float` (15 Digits) + + `BigFloat` + + `SmallInteger` (16 bit) (-32768 to 32767) + + `Integer` (32 bit) (-2147483648 to 2147483647) + + `BigInteger` (64 bit) (-9223372036854775808 to 9223372036854775807) + + `Numeric` * Dates and Times + + `Date` + + `Timestamp` + + Time `Interval` - - + Date - + Timestamp - + Time Interval - -It is also possible to convert from one dtype to another using the func.cast() process. +You can convert from one dtype to another using the func.cast() process. {{< note >}} Casting to an incompatible dtype may cause errors. For example, casting ‘hello’ to an integer will not work. {{< /note >}} -## func.cast() Type Conversions - +## func.cast() type conversions | Analyze Expression | Description | Result | |--------------------|-------------|--------| @@ -49,18 +46,14 @@ Casting to an incompatible dtype may cause errors. For example, casting ‘hello ## func.to() Data Type Conversions - - - | Analyze Expression | Return Type | Description | Example | |--------------------|-------------|-------------|---------| -| func.to_char(timesta mp, text) | text | convert time stamp to string | to_char(c urrent_ti mestamp, ‘HH12:MI:S S’) | -| func.to_char(interva l, text) | text | convert interval to string | to_char(i nterval ‘15h 2m 12s’, ‘HH24:MI:S S’) | -| func.to_char(integer , text) | text | convert integer to string | to_char(1 25, ‘999’) | -| func.to_char(big float, text) | text | convert real/double precision to string | to_char(1 25.8::real , ‘999D9’) | -| func.to_char(numeric , text) | text | convert numeric to string | to_char(- 125.8, ‘999D99S’) | -| func.to_date(text, text) | date | convert string to date | to_date(‘ 05 Dec 2000’, ‘DD Mon YYYY’) | +| func.to_char(timestamp, text) | text | convert time stamp to text string | to_char(current_timestamp, ‘HH12:MI:S S’) | +| func.to_char(interval, text) | text | convert interval to string | to_char(interval ‘15h 2m 12s’, ‘HH24:MI:S S’) | +| func.to_char(integer, text) | text | convert integer to string | to_char(125, ‘999’) | +| func.to_char(bigfloat, text) | text | convert real/double precision to string | to_char(125.8::real, ‘999D9’) | +| func.to_char(numeric, text) | text | convert numeric to string | to_char(-125.8, ‘999D99S’) | +| func.to_date(text, text) | date | convert string to date | func.to_date(table.Created_on, 'DD-MM-YYYY') | | func.to_number(text, text) | numeric | convert string to numeric | to_number (‘12,454.8 -‘, ‘99G999D9S ‘) | -| func.to_timestamp(te xt, text) | timestamp with time zone | convert string to time stamp | to_timest amp(‘05 Dec 2000’, ‘DD Mon YYYY’) | -| func.to_timestamp(bi g float) | timestamp with time zone | convert UNIX epoch to time stamp | to_timest amp(200120 400) | - +| func.to_timestamp(text, text) | timestamp with time zone | convert string to time stamp | to_timestamp(‘05 Dec 2000’, ‘DD Mon YYYY’) | +| func.to_timestamp(bigfloat) | timestamp with time zone | convert UNIX epoch to time stamp | to_timestamp(200120400) | diff --git a/content/en/docs/expressions/general-usage-dates-and-time-expressions.md b/content/en/docs/expressions/general-usage-dates-and-time-expressions.md index c7a8fed..55d835c 100644 --- a/content/en/docs/expressions/general-usage-dates-and-time-expressions.md +++ b/content/en/docs/expressions/general-usage-dates-and-time-expressions.md @@ -1,41 +1,37 @@ --- title: General Usage Dates and Time Expressions slug: general-usage-dates-and-time-expressions +weight: 3.0 description: Common Expression Values for date/time functions date: 2022-01-25T07:39:53 --- - - +Common Expression Values for date/time functions | Analyze Expression | Return Type | Description | Example | Result | |--------------------|-------------|-------------|---------|--------| -| func.age(timestamp, timestamp) | interval | Subtract arguments, producing a “symbolic” result that uses years and months | age (timest amp ‘2001-04-1 0’, timestamp ‘1957-06-1 3’) | 43 years 9 months 27 days | -| func.age(timestamp) | interval | Subtract from current_date | age(timest amp ‘1957-06-1 3’) | 43 years 8 months 3 days | -| func.clock_timestamp () | timestamp with time zone | Current date and time (changes during statement execution) | | | -| func.current_date | date | Current date | | | -| func.current_time | time with time zone | Current time of day | | | +| func.age(timestamp, timestamp) | interval | Subtract arguments, producing a “symbolic” result that uses years and months | age (timestamp ‘2001-04-1 0’, timestamp ‘1957-06-1 3’) | 43 years 9 months 27 days | +| func.age(timestamp) | interval | Subtract from current_date | age(timestamp ‘1957-06-1 3’) | 43 years 8 months 3 days | +| func.clock_timestamp() | timestamp with time zone | Current date and time (changes during statement execution) | | | +| func.current_date() | date | Current date | | | +| func.current_time() | time with time zone | Current time of day | | | | func.current_timestamp | timestamp with time zone | Current date and time (start of current transaction) | | | | func.date_part(text, timestamp) | double precision | Get subfield (equivalent to extract) | date_part (‘hour’, timestamp ‘2001-02-1 6 20:38:40’) | 20 | | func.date_part(text, interval) | double precision | Get subfield (equivalent to extract) | date_part (‘month’, interval ‘2 years 3 months’) | 3 | -| func.date_trunc(text , timestamp) | timestamp | Truncate to specified precision | date_trun c(‘hour’, timestamp ‘2001-02-1 6 20:38:40’) | 36938.833 3333333 | -| func.extract(field from timestamp) | double precision | Get subfield | extract(ho ur from timestamp ‘2001-02-1 6 20:38:40’) | 20 | -| func.extract(field from interval) | double precision | Get subfield | extract(mo nth from interval ‘2 years 3 months’) | 3 | -| func.isfinite(timesta mp) | boolean | Test for finite time stamp (not equal to infinity) | isfinite(t imestamp ‘2001-02-1 6 21:28:30’) | TRUE | -| func.isfinite(interva l) | boolean | Test for finite interval | isfinite(i nterval ‘4 hours’) | TRUE | -| func.justify_days(in terval) | interval | Adjust interval so 30-day time periods are represented as months | justify_d ays(interv al ‘30 days’) | 1 month | -| func.justify_hours(i nterval) | interval | Adjust interval so 24-hour time periods are represented as days | justify_h ours(inter val ‘24 hours’) | 1 day | -| func.justify_interva l(interval) | interval | Adjust interval using justify_days and justify_hours , with additional sign adjustments | justify_i nterval(in terval ‘1 mon -1 hour’) | 29 days 23:00:00 | +| func.date_trunc(text, timestamp) | timestamp | Truncate to specified precision | date_trunc(‘hour’, timestamp ‘2001-02-1 6 20:38:40’) | 36938.8333333333 | +| func.extract(field from timestamp) | double precision | Get subfield | extract(hour from timestamp ‘2001-02-1 6 20:38:40’) | 20 | +| func.extract(field from interval) | double precision | Get subfield | extract(month from interval ‘2 years 3 months’) | 3 | +| func.isfinite(timestamp) | boolean | Test for finite time stamp (not equal to infinity) | isfinite(timestamp ‘2001-02-1 6 21:28:30’) | TRUE | +| func.isfinite(interval) | boolean | Test for finite interval | isfinite(interval ‘4 hours’) | TRUE | +| func.justify_days(interval) | interval | Adjust interval so 30-day time periods are represented as months | justify_days(interval ‘30 days’) | 1 month | +| func.justify_hours(interval) | interval | Adjust interval so 24-hour time periods are represented as days | justify_hours(interval ‘24 hours’) | 1 day | +| func.justify_interval(interval) | interval | Adjust interval using justify_days and justify_hours, with additional sign adjustments | justify_interval(interval ‘1 mon -1 hour’) | 29 days 23:00:00 | | func.now() | timestamp with time zone | Current date and time (start of current transaction) | | | -| func.statement_times tamp() | timestamp with time zone | Current date and time (start of current statement) | | | -| func.timeofday() | text | Current date and time (like clock_timesta mp, but as a text string) | | | -| func.transaction_tim estamp() | timestamp with time zone | Current date and time (start of current transaction) | | | +| func.statement_timestamp() | timestamp with time zone | Current date and time (start of current statement) | | | +| func.timeofday() | text | Current date and time (like clock_timestamp, but as a text string) | | | +| func.transaction_timestamp() | timestamp with time zone | Current date and time (start of current transaction) | | | ## Date and Time Formatting Directives - - - - | Pattern | Description | |---------|-------------| | HH | hour of day (01-12) | @@ -85,4 +81,3 @@ date: 2022-01-25T07:39:53 | rm | month in Roman numerals (i-xii; i=January) (lowercase) | | TZ | time-zone name (uppercase) | | tz | time-zone name (lowercase) | - diff --git a/content/en/docs/expressions/general-usage-filters.md b/content/en/docs/expressions/general-usage-filters.md index 53c8339..7053132 100644 --- a/content/en/docs/expressions/general-usage-filters.md +++ b/content/en/docs/expressions/general-usage-filters.md @@ -1,11 +1,11 @@ --- title: General Usage Filters slug: general-usage-filters +weight: 4.0 description: Apply filters using column references date: 2022-01-25T07:39:53 --- - You may apply filters using column references. | Operator | Description | Example | @@ -35,4 +35,3 @@ You may apply filters using column references. | <= | Less than or equal to | table.column <= 23 | | == | Equal to | table.column == 23 table.column == ‘blue’ | | != | Not Equal to | table.column != 23 table.column != ‘blue’ | - diff --git a/content/en/docs/expressions/general-usage-mathematics-expressions.md b/content/en/docs/expressions/general-usage-mathematics-expressions.md index b99d88a..07baf6b 100644 --- a/content/en/docs/expressions/general-usage-mathematics-expressions.md +++ b/content/en/docs/expressions/general-usage-mathematics-expressions.md @@ -1,11 +1,11 @@ --- title: General Usage Mathematics Expressions slug: general-usage-mathematics-expressions +weight: 5.0 description: Expression with Enhanced Transformation Capabilities date: 2022-01-25T07:39:53 --- - Expressions use Python [SQLAlchemy](https://www.sqlalchemy.org) syntax and provide powerful transformation capabilities. {{< note >}} @@ -13,7 +13,6 @@ Always use table.field references in expressions {{< /note >}} ## Common Mathematics Expressions - | Analyze Expression | Operator | Description | Example | Result | |--------------------|----------|-------------|---------|--------| | + | + | addition | 2 + 3 | 5 | @@ -32,7 +31,6 @@ Always use table.field references in expressions | column.op(‘>>’) | >> | bitwise shift right | 8 >> 2 | 2 | ## Mathematics Functions - | Analyze Expression | Return Type | Description | Example | Result | | |--------------------|-------------|-------------|---------|--------|--| | func.abs(x) | (same as input) | absolute value | abs(-17.4 ) | 17.4 | | @@ -63,10 +61,6 @@ Always use table.field references in expressions | func.greatest(value …) | (same as input) | Select the largest value from a list. NULL values in the list are ignored. The result will be NULL only if all values are NULL. | | | | ## Trigonometric Functions - - - - | Analyze Expression | Description | |--------------------|-------------| | func.acos(x) | inverse cosine | @@ -77,4 +71,3 @@ Always use table.field references in expressions | func.cot(x) | cotangent | | func.sin(x) | sine | | func.tan(x) | tangent | - diff --git a/content/en/docs/expressions/general-usage-postgis.md b/content/en/docs/expressions/general-usage-postgis.md index 9892249..dffb1b3 100644 --- a/content/en/docs/expressions/general-usage-postgis.md +++ b/content/en/docs/expressions/general-usage-postgis.md @@ -1,6 +1,7 @@ --- title: General Usage PostGIS slug: general-usage-postgis +weight: 6.0 description: Enhanced 'Analyze' functions for geospatial analysis date: 2022-01-25T07:39:53 --- @@ -12,8 +13,6 @@ To specify the use of PostGIS functions in expressions, prefix the name with fun {{< /note >}} ## Geometry Constructors - - | Function | Description | |----------|-------------| | [ST_BdPolyFromText](http://postgis.net/docs/manual-2.2/ST_BdPolyFromText.html) | Construct a Polygon given an arbitrary collection of closed linestrings as a MultiLineString Well-Known text representation. | diff --git a/content/en/docs/expressions/general-usage-text-expressions.md b/content/en/docs/expressions/general-usage-text-expressions.md index 143dd1d..76ce838 100644 --- a/content/en/docs/expressions/general-usage-text-expressions.md +++ b/content/en/docs/expressions/general-usage-text-expressions.md @@ -1,13 +1,12 @@ --- title: General Usage Text Expressions slug: general-usage-text-expressions +weight: 7.0 description: Commonly Used Text Expressions date: 2022-01-25T07:39:53 --- - -## Common Text Expressions - +## Commonly Used Text Expressions | Analyze Expression | Return Type | Description | Example | Result | |--------------------|-------------|-------------|---------|--------| | func.concat(string, string) | text | String concatenation | concat(‘Post’, ‘greSQL’) | PostgreSQL | diff --git a/content/en/docs/expressions/json/_index.md b/content/en/docs/expressions/json/_index.md index 845c43e..1dcca82 100644 --- a/content/en/docs/expressions/json/_index.md +++ b/content/en/docs/expressions/json/_index.md @@ -1,5 +1,6 @@ --- linktitle: JSON title: JSON - +description: JSON functions like func-json-each-text, func-json-estract-path, and func-json-object-keys +weight: 14.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/json/func-array-to-json.md b/content/en/docs/expressions/json/func-array-to-json.md index 7e800bd..b560872 100644 --- a/content/en/docs/expressions/json/func-array-to-json.md +++ b/content/en/docs/expressions/json/func-array-to-json.md @@ -5,20 +5,9 @@ description: Returns the array as JSON. A PostgreSQL multidimensional array beco date: 2022-01-25T07:39:59 --- +Returns the array as JSON. A PostgreSQL multidimensional array becomes a JSON array of arrays. ## Syntax - - - -``` +```python func.array_to_json(array) ``` - - -## Examples - - - -``` -Documentation for array_to_json is coming soon. -``` diff --git a/content/en/docs/expressions/json/func-json-array-elements.md b/content/en/docs/expressions/json/func-json-array-elements.md index 464cd8d..7839ebd 100644 --- a/content/en/docs/expressions/json/func-json-array-elements.md +++ b/content/en/docs/expressions/json/func-json-array-elements.md @@ -5,20 +5,9 @@ description: Expands a JSON array to a set of JSON elements. date: 2022-01-25T07:39:59 --- +Expands a JSON array to a set of JSON elements. ## Syntax - - - -``` +```python func.json_array_elements(json) ``` - - -## Examples - - - -``` -Documentation for json_array_elements is coming soon. -``` diff --git a/content/en/docs/expressions/json/func-json-each-text.md b/content/en/docs/expressions/json/func-json-each-text.md index 6075108..506fed4 100644 --- a/content/en/docs/expressions/json/func-json-each-text.md +++ b/content/en/docs/expressions/json/func-json-each-text.md @@ -5,20 +5,9 @@ description: Expands the outermost JSON object into a set of key/value pairs. Th date: 2022-01-25T07:39:58 --- +Expands the outermost JSON object into a set of key/value pairs. The returned value will be of type text. ## Syntax - - - -``` +```python func.json_each_text(json) ``` - - -## Examples - - - -``` -Documentation for json_each_text is coming soon. -``` diff --git a/content/en/docs/expressions/json/func-json-each.md b/content/en/docs/expressions/json/func-json-each.md index 22e8e9f..f913525 100644 --- a/content/en/docs/expressions/json/func-json-each.md +++ b/content/en/docs/expressions/json/func-json-each.md @@ -5,20 +5,9 @@ description: Expands the outermost JSON object into a set of key/value pairs date: 2022-01-25T07:39:59 --- +Expands the outermost JSON object into a set of key/value pairs ## Syntax - - - -``` +```python func.json_each(json) ``` - - -## Examples - - - -``` -Documentation for json_each is coming soon. -``` diff --git a/content/en/docs/expressions/json/func-json-extract-path-text.md b/content/en/docs/expressions/json/func-json-extract-path-text.md index 7aca15a..b2890b7 100644 --- a/content/en/docs/expressions/json/func-json-extract-path-text.md +++ b/content/en/docs/expressions/json/func-json-extract-path-text.md @@ -5,20 +5,9 @@ description: Returns JSON object pointed to by path elements. The return value w date: 2022-01-25T07:39:58 --- +Returns JSON object pointed to by path elements. The return value will be a type of text. ## Syntax - - - -``` +```python func.json_extract_path_text(json, key_1, key_2, ...) ``` - - -## Examples - - - -``` -Documentation for json_extract_path_text is coming soon. -``` diff --git a/content/en/docs/expressions/json/func-json-extract-path.md b/content/en/docs/expressions/json/func-json-extract-path.md index 1cb9849..cb3d678 100644 --- a/content/en/docs/expressions/json/func-json-extract-path.md +++ b/content/en/docs/expressions/json/func-json-extract-path.md @@ -5,20 +5,9 @@ description: Returns JSON object pointed to by path elements. The return value w date: 2022-01-25T07:39:58 --- +Returns JSON object pointed to by path elements. The return value will be a type of JSON. ## Syntax - - - -``` +```python func.json_extract_path(json, key_1, key_2, ...) ``` - - -## Examples - - - -``` -Documentation for json_extract_path is coming soon. -``` diff --git a/content/en/docs/expressions/json/func-json-object-keys.md b/content/en/docs/expressions/json/func-json-object-keys.md index 46bf6ca..aadf328 100644 --- a/content/en/docs/expressions/json/func-json-object-keys.md +++ b/content/en/docs/expressions/json/func-json-object-keys.md @@ -5,20 +5,9 @@ description: Returns set of keys in the JSON object. Only the "outer" object wil date: 2022-01-25T07:39:58 --- +Returns set of keys in the JSON object. Only the "outer" object will be displayed. ## Syntax - - - -``` +```python func.json_object_keys(json) ``` - - -## Examples - - - -``` -Documentation for json_object_keys is coming soon. -``` diff --git a/content/en/docs/expressions/math/_index.md b/content/en/docs/expressions/math/_index.md index c285de6..bccbbec 100644 --- a/content/en/docs/expressions/math/_index.md +++ b/content/en/docs/expressions/math/_index.md @@ -1,5 +1,6 @@ --- linktitle: Math title: Math - +description: Basic math functions like abs, least, log, radians, and random +weight: 15.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/math/func-abs.md b/content/en/docs/expressions/math/func-abs.md index 5a8c48e..509cee6 100644 --- a/content/en/docs/expressions/math/func-abs.md +++ b/content/en/docs/expressions/math/func-abs.md @@ -5,20 +5,14 @@ description: Returns the absolute value of a number. The absolute value of a num date: 2022-01-25T07:40:00 --- +Returns the absolute value of a number. The absolute value of a number is the number without its sign ## Syntax - - - -``` +```python func.abs(x) ``` - ## Examples - - - -``` -Documentation for func.abs is coming soon. +```python +func.abs(get_column(table, 'RPA Value')) ``` diff --git a/content/en/docs/expressions/math/func-cbrt.md b/content/en/docs/expressions/math/func-cbrt.md index aecf120..f58aadc 100644 --- a/content/en/docs/expressions/math/func-cbrt.md +++ b/content/en/docs/expressions/math/func-cbrt.md @@ -5,20 +5,9 @@ description: This function accepts a number as argument and returns the cube roo date: 2022-01-25T07:40:00 --- +This function accepts a number as argument and returns the cube root of that number ## Syntax - - - -``` +```python func.cbrt(numeric) ``` - - -## Examples - - - -``` -Documentation for func.cbrt is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-ceil.md b/content/en/docs/expressions/math/func-ceil.md index 5a722ae..0a24c2a 100644 --- a/content/en/docs/expressions/math/func-ceil.md +++ b/content/en/docs/expressions/math/func-ceil.md @@ -5,20 +5,14 @@ description: The ceil() function is used to return the value, after rounded up a date: 2022-01-25T07:40:00 --- +The ceil() function is used to return the value, after rounded up any positive or negative decimal value as greater than the argument ## Syntax - - - -``` +```python func.ceil(numeric) ``` - ## Examples - - - -``` -Documentation for func.ceil is coming soon. +```python +func.ceil(func.extract('seconds', table.OutlierTime) / 60) ``` diff --git a/content/en/docs/expressions/math/func-ceiling.md b/content/en/docs/expressions/math/func-ceiling.md index 420b02e..fd20494 100644 --- a/content/en/docs/expressions/math/func-ceiling.md +++ b/content/en/docs/expressions/math/func-ceiling.md @@ -5,20 +5,9 @@ description: The PostgreSQL ceiling() is used to return the value after rounded date: 2022-01-25T07:40:00 --- +The PostgreSQL ceiling() is used to return the value after rounded up any positive or negative decimal value as greater than the argument ## Syntax - - - -``` +```python func.ceiling(numeric) ``` - - -## Examples - - - -``` -Documentation for func.ceiling is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-degrees.md b/content/en/docs/expressions/math/func-degrees.md index 1150932..dd8482c 100644 --- a/content/en/docs/expressions/math/func-degrees.md +++ b/content/en/docs/expressions/math/func-degrees.md @@ -5,20 +5,9 @@ description: The PostgreSQL degrees() function is used to return the values in d date: 2022-01-25T07:40:00 --- +The PostgreSQL degrees() function is used to return the values in degrees from radian as specified in the argument. ## Syntax - - - -``` +```python func.degrees(numeric) ``` - - -## Examples - - - -``` -Documentation for func.degrees is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-exp.md b/content/en/docs/expressions/math/func-exp.md index 3f7bc2a..1e13618 100644 --- a/content/en/docs/expressions/math/func-exp.md +++ b/content/en/docs/expressions/math/func-exp.md @@ -5,20 +5,9 @@ description: The PostgreSQL exp function returns 'e' raised to the power of 'num date: 2022-01-25T07:40:00 --- +The PostgreSQL exp function returns 'e' raised to the power of 'number' ## Syntax - - - -``` +```python func.exp(numeric) ``` - - -## Examples - - - -``` -Documentation for func.exp is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-floor.md b/content/en/docs/expressions/math/func-floor.md index 6c35633..699f97e 100644 --- a/content/en/docs/expressions/math/func-floor.md +++ b/content/en/docs/expressions/math/func-floor.md @@ -5,20 +5,9 @@ description: The PostgreSQL FLOOR() function returns a number rounded down to th date: 2022-01-25T07:40:00 --- +The PostgreSQL FLOOR() function returns a number rounded down to the next whole number ## Syntax - - - -``` +```python func.floor(numeric) ``` - - -## Examples - - - -``` -func.ascii('x') → 12Documentation for func.floor is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-greatest.md b/content/en/docs/expressions/math/func-greatest.md index e454479..fead283 100644 --- a/content/en/docs/expressions/math/func-greatest.md +++ b/content/en/docs/expressions/math/func-greatest.md @@ -1,24 +1,13 @@ --- title: func.greatest slug: func-greatest -description: he GREATEST function returns the “greatest” or “largest” value from the list of expressions +description: The GREATEST function returns the “greatest” or “largest” value from the list of expressions date: 2022-01-25T07:40:00 --- +The GREATEST function returns the “greatest” or “largest” value from the list of expressions ## Syntax - - - -``` +```python func.greatest(value_1, value_2) ``` - - -## Examples - - - -``` -Documentation for func.greatest is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-least.md b/content/en/docs/expressions/math/func-least.md index ccc4970..d5164c8 100644 --- a/content/en/docs/expressions/math/func-least.md +++ b/content/en/docs/expressions/math/func-least.md @@ -5,20 +5,9 @@ description: The LEAST function returns the “least” or “smallest” value date: 2022-01-25T07:40:00 --- +The LEAST function returns the “least” or “smallest” value from the list of expressions ## Syntax - - - -``` +```python func.least(value_1, value_2) ``` - - -## Examples - - - -``` -Documentation for func.least is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-ln.md b/content/en/docs/expressions/math/func-ln.md index 5e2f563..f8dd7d6 100644 --- a/content/en/docs/expressions/math/func-ln.md +++ b/content/en/docs/expressions/math/func-ln.md @@ -5,20 +5,9 @@ description: The PostgreSQL ln() function is used to return the natural logarith date: 2022-01-25T07:40:00 --- +The PostgreSQL ln() function is used to return the natural logarithm of a given number, as specified in the argument. ## Syntax - - - -``` +```python func.ln(numeric) ``` - - -## Examples - - - -``` -Documentation for func.ln is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-log.md b/content/en/docs/expressions/math/func-log.md index 21dd348..6df651f 100644 --- a/content/en/docs/expressions/math/func-log.md +++ b/content/en/docs/expressions/math/func-log.md @@ -5,25 +5,10 @@ description: The log() function returns the base 10 logarithm of a given number date: 2022-01-25T07:39:59 --- - ## Syntax - - - -``` +```python func.log(numeric) ``` - - -``` +```python func.log(b numeric, x numeric) ``` - - -## Examples - - - -``` -Documentation for func.log is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-mod.md b/content/en/docs/expressions/math/func-mod.md index 16255be..a196e8f 100644 --- a/content/en/docs/expressions/math/func-mod.md +++ b/content/en/docs/expressions/math/func-mod.md @@ -5,20 +5,9 @@ description: The MOD() function performs the modulo operation that returns the r date: 2022-01-25T07:39:59 --- +The MOD() function performs the modulo operation that returns the remainder after the division of the first argument by the second one ## Syntax - - - -``` +```python func.mod(y, x) ``` - - -## Examples - - - -``` -Documentation for func.mod is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-pi.md b/content/en/docs/expressions/math/func-pi.md index dd449a1..cd7b012 100644 --- a/content/en/docs/expressions/math/func-pi.md +++ b/content/en/docs/expressions/math/func-pi.md @@ -5,20 +5,9 @@ description: The PostgreSQL pi() function is used to return the constant value o date: 2022-01-25T07:39:59 --- +The PostgreSQL pi() function is used to return the constant value of pi ## Syntax - - - -``` +```python func.pi() ``` - - -## Examples - - - -``` -Documentation for func.pi is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-power.md b/content/en/docs/expressions/math/func-power.md index da0c97a..f9f3559 100644 --- a/content/en/docs/expressions/math/func-power.md +++ b/content/en/docs/expressions/math/func-power.md @@ -5,20 +5,9 @@ description: The PostgreSQL power() function is used to return the value of one date: 2022-01-25T07:39:59 --- +The PostgreSQL power() function is used to return the value of one number raised to the power of another number, provided in the argument ## Syntax - - - -``` +```python func.power(a numeric, b numeric) ``` - - -## Examples - - - -``` -Documentation for func.power is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-radians.md b/content/en/docs/expressions/math/func-radians.md index 48dd8fd..cc316ac 100644 --- a/content/en/docs/expressions/math/func-radians.md +++ b/content/en/docs/expressions/math/func-radians.md @@ -5,20 +5,9 @@ description: The PostgreSQL radians() function is used to return the value in ra date: 2022-01-25T07:39:59 --- +The PostgreSQL radians() function is used to return the value in radian from degrees, provided in the argument ## Syntax - - - -``` +```python func.radians(numeric) ``` - - -## Examples - - - -``` -Documentation for func.radians is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-random.md b/content/en/docs/expressions/math/func-random.md index 47f262b..2d74fa0 100644 --- a/content/en/docs/expressions/math/func-random.md +++ b/content/en/docs/expressions/math/func-random.md @@ -5,20 +5,9 @@ description: The PostgreSQL random() function is used to return the random value date: 2022-01-25T07:39:59 --- +The PostgreSQL random() function is used to return the random value between 0 and 1. ## Syntax - - - -``` +```python func.random() ``` - - -## Examples - - - -``` -Documentation for func.random is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-round.md b/content/en/docs/expressions/math/func-round.md index e66bc52..c20fe24 100644 --- a/content/en/docs/expressions/math/func-round.md +++ b/content/en/docs/expressions/math/func-round.md @@ -5,25 +5,20 @@ description: The PostgreSQL ROUND() function rounds a numeric value to its neare date: 2022-01-25T07:39:59 --- +The PostgreSQL ROUND() function rounds a numeric value to its nearest integer or a number with the number of decimal places ## Syntax - - - -``` +```python func.round(numeric) ``` - - -``` +```python func.round(v numeric, s int) ``` - ## Examples - - - +```python +func.round(table.RATE, 5) ``` -Documentation for func.round is coming soon. +```python +func.round((get_column(table, 'Order Quantity')/3), 0) ``` diff --git a/content/en/docs/expressions/math/func-safe-divide.md b/content/en/docs/expressions/math/func-safe-divide.md index 0d56271..992e635 100644 --- a/content/en/docs/expressions/math/func-safe-divide.md +++ b/content/en/docs/expressions/math/func-safe-divide.md @@ -5,20 +5,17 @@ description: Equivalent to the division operator (X / Y), but returns NULL if an date: 2022-01-25T07:39:59 --- +Equivalent to the division operator (X / Y), but returns NULL if an error occurs, such as a division by zero error ## Syntax - - - -``` +```python func.safe_divide(numerator numeric, denominator numeric, divide_by_zero_value) ``` - ## Examples - - - +```python +func.safe_divide(get_column(table, 'VALUE__MC'), table.RATE, 0.0) ``` -Documentation for func.safe_divide is coming soon. +```python +func.safe_divide(get_column(table, 'Total_Weight'), (table.PickHours + table.BreakHours), 0.00) ``` diff --git a/content/en/docs/expressions/math/func-setseed.md b/content/en/docs/expressions/math/func-setseed.md index 62d0f28..4b1eb17 100644 --- a/content/en/docs/expressions/math/func-setseed.md +++ b/content/en/docs/expressions/math/func-setseed.md @@ -5,20 +5,9 @@ description: The PostgreSQL setseed function can be used to set a seed for the n date: 2022-01-25T07:39:59 --- +The PostgreSQL setseed function can be used to set a seed for the next time that you call the random function ## Syntax - - - -``` +```python func.setseed(numeric) ``` - - -## Examples - - - -``` -Documentation for func.setseed is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-sign.md b/content/en/docs/expressions/math/func-sign.md index 6df8cf2..5015a97 100644 --- a/content/en/docs/expressions/math/func-sign.md +++ b/content/en/docs/expressions/math/func-sign.md @@ -5,20 +5,9 @@ description: The PostgreSQL sign function returns a value indicating the sign of date: 2022-01-25T07:39:59 --- +The PostgreSQL sign function returns a value indicating the sign of a number. ## Syntax - - - -``` +```python func.sign(numeric) ``` - - -## Examples - - - -``` -Documentation for func.sign is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-sqrt.md b/content/en/docs/expressions/math/func-sqrt.md index 59a3032..152cacd 100644 --- a/content/en/docs/expressions/math/func-sqrt.md +++ b/content/en/docs/expressions/math/func-sqrt.md @@ -5,20 +5,9 @@ description: The PostgreSQL sqrt() function is used to return the square root of date: 2022-01-25T07:39:59 --- +The PostgreSQL sqrt() function is used to return the square root of a given positive number. ## Syntax - - - -``` +```python func.sqrt(numeric) ``` - - -## Examples - - - -``` -Documentation for func.sqrt is coming soon. -``` diff --git a/content/en/docs/expressions/math/func-trunc.md b/content/en/docs/expressions/math/func-trunc.md index 92d2aa9..fa7fa28 100644 --- a/content/en/docs/expressions/math/func-trunc.md +++ b/content/en/docs/expressions/math/func-trunc.md @@ -5,21 +5,12 @@ description: The PostgreSQL TRUNC() function returns a number truncated to a who date: 2022-01-25T07:39:59 --- +The PostgreSQL TRUNC() function returns a number truncated to a whole number or truncated to the specified decimal places ## Syntax - - - ```python func.trunc(float) -func.trunc(v float, s int) -``` - - -## Examples - - - ``` -Documentation for func.trunc is coming soon. +```python +func.trunc(v float, s int) ``` diff --git a/content/en/docs/expressions/math/func-width-bucket.md b/content/en/docs/expressions/math/func-width-bucket.md index c93ffc6..6894fe9 100644 --- a/content/en/docs/expressions/math/func-width-bucket.md +++ b/content/en/docs/expressions/math/func-width-bucket.md @@ -5,20 +5,9 @@ description: In PostgreSQL, width_bucket() is a mathematical function that assig date: 2022-01-25T07:39:59 --- +In PostgreSQL, width_bucket() is a mathematical function that assigns values to buckets (individual segments) in an equiwidth histogram. ## Syntax - - - -``` +```python func.width_bucket(op numeric, b1 numeric, b2 numeric, count int) ``` - - -## Examples - - - -``` -Documentation for func.width_bucket is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/_index.md b/content/en/docs/expressions/summarize/_index.md index 1c3319f..30dc599 100644 --- a/content/en/docs/expressions/summarize/_index.md +++ b/content/en/docs/expressions/summarize/_index.md @@ -1,5 +1,6 @@ --- linktitle: Grouping and Summarization title: Grouping and Summarization - +description: Summarization functions like stdev, max, and median +weight: 13.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/summarize/func-first.md b/content/en/docs/expressions/summarize/func-first.md index 59b7a28..42106b1 100644 --- a/content/en/docs/expressions/summarize/func-first.md +++ b/content/en/docs/expressions/summarize/func-first.md @@ -5,20 +5,9 @@ description: This function returns the value of a specified field in the first r date: 2022-01-25T07:40:01 --- +This function returns the value of a specified field in the first record of the result set returned by a query ## Syntax - - - -``` +```python func.first(field) ``` - - -## Examples - - - -``` -Documentation for func.first is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-last.md b/content/en/docs/expressions/summarize/func-last.md index 4bc90da..258ee79 100644 --- a/content/en/docs/expressions/summarize/func-last.md +++ b/content/en/docs/expressions/summarize/func-last.md @@ -5,20 +5,9 @@ description: This function returns the value of a specified field in the last r date: 2022-01-25T07:40:01 --- +This function returns the value of a specified field in the last record of the result set returned by a query ## Syntax - - - -``` +```python func.last(field) ``` - - -## Examples - - - -``` -Documentation for func.last is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-max.md b/content/en/docs/expressions/summarize/func-max.md index b0c704c..d277723 100644 --- a/content/en/docs/expressions/summarize/func-max.md +++ b/content/en/docs/expressions/summarize/func-max.md @@ -5,20 +5,9 @@ description: The MAX function is an aggregate function that returns the maximum date: 2022-01-25T07:40:00 --- +The MAX function is an aggregate function that returns the maximum value in a set of values ## Syntax - - - -``` +```python func.max(field) ``` - - -## Examples - - - -``` -Documentation for func.max is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-median.md b/content/en/docs/expressions/summarize/func-median.md index af75fd3..330c76e 100644 --- a/content/en/docs/expressions/summarize/func-median.md +++ b/content/en/docs/expressions/summarize/func-median.md @@ -1,24 +1,14 @@ --- title: func.median slug: func-median -description: Thia function will calculate the middle value of a given set of numbers +description: This function will calculate the middle value of a given set of numbers date: 2022-01-25T07:40:00 --- +This function will calculate the middle value of a given set of numbers ## Syntax - - - -``` +```python func.median(field) ``` - -## Examples - - - -``` -Documentation for func.median is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-stdev-pop.md b/content/en/docs/expressions/summarize/func-stdev-pop.md index 8cdf1d1..56935da 100644 --- a/content/en/docs/expressions/summarize/func-stdev-pop.md +++ b/content/en/docs/expressions/summarize/func-stdev-pop.md @@ -5,20 +5,9 @@ description: STDDEV_POP computes the population standard deviation and returns t date: 2022-01-25T07:40:00 --- +STDDEV_POP computes the population standard deviation and returns the square root of the population variance ## Syntax - - - -``` +```python func.stdev_pop(field) ``` - - -## Examples - - - -``` -Documentation for func.stdev_pop is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-stdev-samp.md b/content/en/docs/expressions/summarize/func-stdev-samp.md index da3ef19..b2b6895 100644 --- a/content/en/docs/expressions/summarize/func-stdev-samp.md +++ b/content/en/docs/expressions/summarize/func-stdev-samp.md @@ -5,20 +5,9 @@ description: STDDEV_SAMP() function returns the sample standard deviation of an date: 2022-01-25T07:40:00 --- +STDDEV_SAMP() function returns the sample standard deviation of an expression ## Syntax - - - -``` +```python func.stdev_samp(field) ``` - - -## Examples - - - -``` -Documentation for func.stdev_samp is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-stdev.md b/content/en/docs/expressions/summarize/func-stdev.md index 6411d24..cc452d5 100644 --- a/content/en/docs/expressions/summarize/func-stdev.md +++ b/content/en/docs/expressions/summarize/func-stdev.md @@ -5,20 +5,9 @@ description: The STDEV function calculates the standard deviation for a sample s date: 2022-01-25T07:40:00 --- +The STDEV function calculates the standard deviation for a sample set of data ## Syntax - - - -``` +```python func.stdev(field) ``` - - -## Examples - - - -``` -Documentation for func.stdev is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-var-pop.md b/content/en/docs/expressions/summarize/func-var-pop.md index 6c27e63..990d207 100644 --- a/content/en/docs/expressions/summarize/func-var-pop.md +++ b/content/en/docs/expressions/summarize/func-var-pop.md @@ -5,20 +5,9 @@ description: VAR_POP returns the population variance of a set of numbers after d date: 2022-01-25T07:40:00 --- +VAR_POP returns the population variance of a set of numbers after discarding the nulls in this set ## Syntax - - - -``` +```python func.var_pop(field) ``` - - -## Examples - - - -``` -Documentation for func.var_pop is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-var-samp.md b/content/en/docs/expressions/summarize/func-var-samp.md index c5621e0..e064fa3 100644 --- a/content/en/docs/expressions/summarize/func-var-samp.md +++ b/content/en/docs/expressions/summarize/func-var-samp.md @@ -5,20 +5,9 @@ description: VAR_SAMP returns the sample variance of a set of numbers after disc date: 2022-01-25T07:40:00 --- +VAR_SAMP returns the sample variance of a set of numbers after discarding the nulls in this set ## Syntax - - - -``` +```python func.var_samp(field) ``` - - -## Examples - - - -``` -Documentation for func.var_samp is coming soon. -``` diff --git a/content/en/docs/expressions/summarize/func-variance.md b/content/en/docs/expressions/summarize/func-variance.md index c0c7a7d..880a94a 100644 --- a/content/en/docs/expressions/summarize/func-variance.md +++ b/content/en/docs/expressions/summarize/func-variance.md @@ -5,20 +5,9 @@ description: This function is used to determine how far a set of values is sprea date: 2022-01-25T07:40:00 --- +This function is used to determine how far a set of values is spread out based on a sample of the population ## Syntax - - - -``` +```python func.variance(field) ``` - - -## Examples - - - -``` -Documentation for func.variance is coming soon. -``` diff --git a/content/en/docs/expressions/text/_index.md b/content/en/docs/expressions/text/_index.md index 33e7dd8..3e2f85c 100644 --- a/content/en/docs/expressions/text/_index.md +++ b/content/en/docs/expressions/text/_index.md @@ -1,5 +1,6 @@ --- linktitle: Text title: Text - +description: Text related functions like char-length, concat, length, and trim +weight: 16.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/text/func-ascii.md b/content/en/docs/expressions/text/func-ascii.md index 5fa4e5b..a25a442 100644 --- a/content/en/docs/expressions/text/func-ascii.md +++ b/content/en/docs/expressions/text/func-ascii.md @@ -5,25 +5,19 @@ description: The ASCII function takes a single argument of any character data ty date: 2022-01-26T11:34:21 --- +The ASCII function takes a single argument of any character data type and returns an integer based on the first character data ## Syntax - - - -``` +```python func.ascii(text) → integer ``` - Returns the numeric code of the first character of the argument. In UTF8 encoding, returns the Unicode code point of the character. In other multibyte encodings, the argument must be an ASCII character. - - ## Examples - - - +```python +func.ascii(get_column(table, 'TAX_SEGMENT')) ``` +```python func.ascii('x') → 135 ``` - diff --git a/content/en/docs/expressions/text/func-bit-length.md b/content/en/docs/expressions/text/func-bit-length.md index 25dfa1c..2daf0ac 100644 --- a/content/en/docs/expressions/text/func-bit-length.md +++ b/content/en/docs/expressions/text/func-bit-length.md @@ -5,20 +5,14 @@ description: Returns the number of bits required to represent an integer in bina date: 2022-01-26T11:38:55 --- +Returns the number of bits required to represent an integer in binary, excluding the sign and leading zeros ## Syntax - - - -``` +```python func.bit_length(string) ``` - ## Examples - - - -``` +```python func.bit_length('text') --> 32 ``` diff --git a/content/en/docs/expressions/text/func-btrim.md b/content/en/docs/expressions/text/func-btrim.md index 16e8b63..ed35f73 100644 --- a/content/en/docs/expressions/text/func-btrim.md +++ b/content/en/docs/expressions/text/func-btrim.md @@ -5,20 +5,14 @@ description: The PostgreSQL btrim function is used to remove the longest string date: 2022-02-02T10:07:13 --- +The PostgreSQL btrim function is used to remove the longest string specified in the argument from the start and end of the given string ## Syntax - - - -``` +```python func.btrim(value_string, string_to_trim) ``` - ## Examples - - - -``` -func.btrim('plaidcloudplaid','plaid') --> clou +```python +func.btrim('plaidcloudplaid','plaid') --> cloud ``` diff --git a/content/en/docs/expressions/text/func-char-length.md b/content/en/docs/expressions/text/func-char-length.md index c509cb5..c8011ee 100644 --- a/content/en/docs/expressions/text/func-char-length.md +++ b/content/en/docs/expressions/text/func-char-length.md @@ -5,20 +5,14 @@ description: The CHAR_LENGTH function returns the number of logical characters i date: 2022-02-02T10:09:49 --- +The CHAR_LENGTH function returns the number of logical characters in its argument -character column, character variable, or a quoted string ## Syntax - - - -``` +```python func.char_length(string) ``` - ## Examples - - - -``` +```python func.char_length('plaidcloud_test') --> 15 ``` diff --git a/content/en/docs/expressions/text/func-chr.md b/content/en/docs/expressions/text/func-chr.md index 9ff2837..01245bf 100644 --- a/content/en/docs/expressions/text/func-chr.md +++ b/content/en/docs/expressions/text/func-chr.md @@ -5,20 +5,14 @@ description: The chr() function returns the character that represents the specif date: 2022-02-02T10:16:33 --- +The chr() function returns the character that represents the specified unicode ## Syntax - - - -``` +```python func.chr(int) ``` - ## Examples - - - -``` +```python func.chr(80) --> 80 ``` diff --git a/content/en/docs/expressions/text/func-concat.md b/content/en/docs/expressions/text/func-concat.md index 90088e8..a10c8cd 100644 --- a/content/en/docs/expressions/text/func-concat.md +++ b/content/en/docs/expressions/text/func-concat.md @@ -5,20 +5,20 @@ description: The CONCAT function combines the text from multiple ranges and/or s date: 2022-02-02T10:25:58 --- +The CONCAT function combines the text from multiple ranges and/or strings, but it doesn't provide delimiter or IgnoreEmpty arguments ## Syntax - - - -``` +```python func.concat(string, string) ``` - ## Examples - - - -``` +```python func.concat('www.','plaid','cloud','.com') --> www.plaidcloud.com ``` +```python +func.concat(table.YEAR,'_', table.PERIOD) +``` +```python +func.concat(table.ACCOUNT,' - ',table.ACCOUNT_NAME) +``` diff --git a/content/en/docs/expressions/text/func-initcap.md b/content/en/docs/expressions/text/func-initcap.md index 3d815f2..168be70 100644 --- a/content/en/docs/expressions/text/func-initcap.md +++ b/content/en/docs/expressions/text/func-initcap.md @@ -5,20 +5,14 @@ description: This function converts the first letter of each word in a string to date: 2022-02-02T10:30:42 --- +This function converts the first letter of each word in a string to uppercase; converts any remaining characters in each word to lowercase ## Syntax - - - -``` +```python func.initcap(string) ``` - ## Examples - - - -``` +```python func.initcap('joe smith') --> Joe Smith ``` diff --git a/content/en/docs/expressions/text/func-integerize-round.md b/content/en/docs/expressions/text/func-integerize-round.md index 3d3e613..f4ae4f7 100644 --- a/content/en/docs/expressions/text/func-integerize-round.md +++ b/content/en/docs/expressions/text/func-integerize-round.md @@ -5,21 +5,17 @@ description: Rounds the values in its first argument to the specified number of date: 2022-02-02T10:54:34 --- +Rounds the values in its first argument to the specified number of decimal places ## Syntax - - - -``` +```python func.integerize_round(string) ``` - ## Examples - - - -``` +```python func.integerize_round('30.66') --> 31 +``` +```python func.integerize_round('22.13') --> 22 ``` diff --git a/content/en/docs/expressions/text/func-integerize-truncate.md b/content/en/docs/expressions/text/func-integerize-truncate.md index d058c16..dcf704e 100644 --- a/content/en/docs/expressions/text/func-integerize-truncate.md +++ b/content/en/docs/expressions/text/func-integerize-truncate.md @@ -5,21 +5,17 @@ description: Takes a single numeric argument x and returns a numeric vector cont date: 2022-02-02T10:58:50 --- +Takes a single numeric argument x and returns a numeric vector containing the integers formed by truncating the values in x toward 0 ## Syntax - - - -``` +```python func.integerize_truncate(string) ``` - ## Examples - - - -``` +```python func.integerize_truncate('30.66') --> 30 +``` +```python func.integerize_truncate('22.13') --> 22 ``` diff --git a/content/en/docs/expressions/text/func-length.md b/content/en/docs/expressions/text/func-length.md index c1a3889..0beb1f8 100644 --- a/content/en/docs/expressions/text/func-length.md +++ b/content/en/docs/expressions/text/func-length.md @@ -5,20 +5,17 @@ description: Indicates how many arguments the function expects date: 2022-02-02T11:09:57 --- +Indicates how many arguments the function expects ## Syntax - - - -``` +```Python func.length(string) ``` - ## Examples - - - +```Python +func.length(get_column(table, 'arrival_date_actual')) ``` +```python func.length('plaidcloud') --> 10 ``` diff --git a/content/en/docs/expressions/text/func-lower.md b/content/en/docs/expressions/text/func-lower.md index 63f8b26..f900cca 100644 --- a/content/en/docs/expressions/text/func-lower.md +++ b/content/en/docs/expressions/text/func-lower.md @@ -5,20 +5,14 @@ description: The function will return the lowercase version of the text string g date: 2022-02-03T09:12:29 --- +The function will return the lowercase version of the text string given. ## Syntax - - - -``` +```python func.lower(string) ``` - ## Examples - - - -``` +```python func.lower('PLAIDCLOUD') --> plaidcloud ``` diff --git a/content/en/docs/expressions/text/func-lpad.md b/content/en/docs/expressions/text/func-lpad.md index a82ccb5..fbee636 100644 --- a/content/en/docs/expressions/text/func-lpad.md +++ b/content/en/docs/expressions/text/func-lpad.md @@ -5,21 +5,17 @@ description: LPAD function pads the left-side of a string with a specific set of date: 2022-02-03T09:59:11 --- +LPAD function pads the left-side of a string with a specific set of characters (when string1 is not null). ## Syntax - - - -``` +```python func.lpad(value_string, force_length, fill_string) ``` - ## Examples - - - -``` +```python func.lpad('stringtofillup', 20, 'X') --> XXXXXXstringtofillup +``` +```python func.lpad('stringtofillup', 10, 'X') --> stringtofi ``` diff --git a/content/en/docs/expressions/text/func-ltrim.md b/content/en/docs/expressions/text/func-ltrim.md index 5905b31..1a01317 100644 --- a/content/en/docs/expressions/text/func-ltrim.md +++ b/content/en/docs/expressions/text/func-ltrim.md @@ -5,21 +5,17 @@ description: LTRIM() function helps to return remove all the space characters fo date: 2022-02-03T10:18:40 --- +LTRIM() function helps to return remove all the space characters found on the left-hand side of the string ## Syntax - - - -``` +```python func.ltrim(value_string, string_to_trim) ``` - ## Examples - - - -``` +```python func.ltrim('texttotrimplaidcloud', 'texttotrim') --> plaidcloud +``` +```python func.ltrim(' plaidcloud') --> plaidcloud ``` diff --git a/content/en/docs/expressions/text/func-md5.md b/content/en/docs/expressions/text/func-md5.md index 53f765e..512e3bc 100644 --- a/content/en/docs/expressions/text/func-md5.md +++ b/content/en/docs/expressions/text/func-md5.md @@ -5,20 +5,14 @@ description: MD5(Message Digest Function) evaluates data integrity. It calculate date: 2022-02-03T10:30:35 --- +MD5(Message Digest Function) evaluates data integrity. It calculates the MD5 hash of a string and returns the result in hexadecimal. ## Syntax - - - -``` +```python func.md5(string) ``` - ## Examples - - - -``` +```python func.md5('plaidcloud') --> e324c2bc5ad6ca5aa52048e0b207aa4c ``` diff --git a/content/en/docs/expressions/text/func-metric-multiply.md b/content/en/docs/expressions/text/func-metric-multiply.md index 2bd4123..4393309 100644 --- a/content/en/docs/expressions/text/func-metric-multiply.md +++ b/content/en/docs/expressions/text/func-metric-multiply.md @@ -5,20 +5,9 @@ description: The Multiply function can take multiple metrics as inputs and multi date: 2022-01-25T07:40:04 --- +The Multiply function can take multiple metrics as inputs and multiply the values of the metrics ## Syntax - - - -``` +```python func.metric_multiply(string) ``` - - -## Examples - - - -``` -Documentation for func.metric_multiply is coming soon. -``` diff --git a/content/en/docs/expressions/text/func-numericize.md b/content/en/docs/expressions/text/func-numericize.md index 456a5f9..901b3c8 100644 --- a/content/en/docs/expressions/text/func-numericize.md +++ b/content/en/docs/expressions/text/func-numericize.md @@ -5,20 +5,14 @@ description: Attempts to coerce a non-numeric R object to natomic_object() or li date: 2022-02-03T13:23:09 --- +Attempts to coerce a non-numeric R object to natomic_object() or list of {natomic_object} ## Syntax - - - -``` +```python func.numericize(string) ``` - ## Examples - - - -``` +```python func.numericize('100') --> 100 ``` diff --git a/content/en/docs/expressions/text/func-octet-length.md b/content/en/docs/expressions/text/func-octet-length.md index 484b332..352a527 100644 --- a/content/en/docs/expressions/text/func-octet-length.md +++ b/content/en/docs/expressions/text/func-octet-length.md @@ -5,20 +5,14 @@ description: The OCTET_LENGTH function returns an integer indicating the number date: 2022-02-03T13:26:24 --- +The OCTET_LENGTH function returns an integer indicating the number of bytes in the input string ## Syntax - - - -``` +```python func.octet_length(string) ``` - ## Examples - - - -``` +```python func.octet_length('plaidcloud') --> 10 ``` diff --git a/content/en/docs/expressions/text/func-quote-literal.md b/content/en/docs/expressions/text/func-quote-literal.md index 0bada7b..75018ae 100644 --- a/content/en/docs/expressions/text/func-quote-literal.md +++ b/content/en/docs/expressions/text/func-quote-literal.md @@ -5,20 +5,14 @@ description: Returns the specified string as a quoted string so that it can be u date: 2022-02-03T13:45:12 --- +Returns the specified string as a quoted string so that it can be used as a string literal in a SQL statement ## Syntax - - - -``` +```python func.quote_literal(string) ``` - ## Examples - - - -``` +```python func.quote_literal('plaidcloud') --> 'plaidcloud' ``` diff --git a/content/en/docs/expressions/text/func-regexp-replace.md b/content/en/docs/expressions/text/func-regexp-replace.md index 26da4cb..bc9fc79 100644 --- a/content/en/docs/expressions/text/func-regexp-replace.md +++ b/content/en/docs/expressions/text/func-regexp-replace.md @@ -5,24 +5,20 @@ description: This function returns a new string with the substrings, which match date: 2022-02-04T11:09:26 --- +This function returns a new string with the substrings, which match a regular expression pattern, replaced by a new substring ## Syntax - - - -``` +```python func.regexp_replace(value, search, replace) ``` - ## Examples - - - -``` +```python func.regexp_replace('plaidcloud', 'p', 'P') --> Plaidcloud +``` +```python func.regexp_replace('remove12345alphabets','[[:alpha:]]','','g') --> 12345 +``` +```python func.regexp_replace('remove12345digits','[[:digit:]]','','g') --> removedigits - - ``` diff --git a/content/en/docs/expressions/text/func-repeat.md b/content/en/docs/expressions/text/func-repeat.md index 6d9a39f..d51d44a 100644 --- a/content/en/docs/expressions/text/func-repeat.md +++ b/content/en/docs/expressions/text/func-repeat.md @@ -5,20 +5,14 @@ description: This function takes an input of Any Type and returns a list with th date: 2022-02-04T11:39:22 --- +This function takes an input of Any Type and returns a list with the input repeated a specified number of times. ## Syntax - - - -``` +```python func.repeat(string, repeat_int) ``` - ## Examples - - - -``` +```python func.repeat('X', 5) --> XXXXX ``` diff --git a/content/en/docs/expressions/text/func-replace.md b/content/en/docs/expressions/text/func-replace.md index ea8ad88..8f1fdb4 100644 --- a/content/en/docs/expressions/text/func-replace.md +++ b/content/en/docs/expressions/text/func-replace.md @@ -5,20 +5,14 @@ description: The function will replace part of a text string, based on the numbe date: 2022-02-04T11:45:43 --- +The function will replace part of a text string, based on the number of characters you specify, with a different text string ## Syntax - - - -``` +```python func.replace(value, search, replace) ``` - ## Examples - - - -``` +```python func.replace('string_to_replace_with_spaces','_',' ') --> string to replace with spaces ``` diff --git a/content/en/docs/expressions/text/func-rpad.md b/content/en/docs/expressions/text/func-rpad.md index 257d945..329560c 100644 --- a/content/en/docs/expressions/text/func-rpad.md +++ b/content/en/docs/expressions/text/func-rpad.md @@ -5,20 +5,14 @@ description: RPAD function pads the right-side of a string with a specific set o date: 2022-02-04T11:56:21 --- +RPAD function pads the right-side of a string with a specific set of characters (when string1 is not null). ## Syntax - - - -``` +```python func.rpad(value_string, force_length, fill_string) ``` - ## Examples - - - -``` +```python func.rpad('Plaidcloud',15,'X') --> PlaidcloudXXXXX ``` diff --git a/content/en/docs/expressions/text/func-rtrim.md b/content/en/docs/expressions/text/func-rtrim.md index 7898926..6f65512 100644 --- a/content/en/docs/expressions/text/func-rtrim.md +++ b/content/en/docs/expressions/text/func-rtrim.md @@ -5,21 +5,15 @@ description: The rtrim() function removes whitespace or other predefined charact date: 2022-02-04T12:06:36 --- +The rtrim() function removes whitespace or other predefined characters from the right side of a string ## Syntax - - - -``` +```python func.rtrim(value_string, string_to_trim) ``` - ## Examples - - - -``` +```python func.rtrim('Plaidcloud ') --> Plaidcloud func.rtrim('PlaidcloudXXXXX','XXXXX') --> Plaidcloud ``` diff --git a/content/en/docs/expressions/text/func-split-part.md b/content/en/docs/expressions/text/func-split-part.md index 06a704c..879c30b 100644 --- a/content/en/docs/expressions/text/func-split-part.md +++ b/content/en/docs/expressions/text/func-split-part.md @@ -5,20 +5,14 @@ description: The split_part function is used to split a given string based on a date: 2022-01-25T07:40:03 --- +The split_part function is used to split a given string based on a delimiter and pick out the desired field from the string ## Syntax - - - -``` +```python func.split_part(value_string, split_on_string, group_number_int) ``` - ## Examples - - - -``` -Documentation for func.split_part is coming soon. +```python +func.split_part(table.PERIOD, '_', 1) ``` diff --git a/content/en/docs/expressions/text/func-strpos.md b/content/en/docs/expressions/text/func-strpos.md index 87e5c9d..8573256 100644 --- a/content/en/docs/expressions/text/func-strpos.md +++ b/content/en/docs/expressions/text/func-strpos.md @@ -5,20 +5,14 @@ description: The strpos() function finds the position of the first occurrence of date: 2022-02-07T08:26:27 --- +The strpos() function finds the position of the first occurrence of a string inside another string ## Syntax - - - -``` +```python func.strpos(string, substring) ``` - ## Examples - - - -``` +```python func.strpos('Plaidcloud string', 'string') -->11 ``` diff --git a/content/en/docs/expressions/text/func-substring.md b/content/en/docs/expressions/text/func-substring.md index 6ecc948..fb78564 100644 --- a/content/en/docs/expressions/text/func-substring.md +++ b/content/en/docs/expressions/text/func-substring.md @@ -5,22 +5,18 @@ description: The SUBSTRING() extracts a substring with a specified length starti date: 2022-02-07T10:25:58 --- +The SUBSTRING() extracts a substring with a specified length starting from a location in an input string ## Syntax - - - -``` +```python func.substring(string, start, length) ``` - ## Examples - - - +Example: Takes the first 5 characters from a 9 digit postal code +```python +func.substring(table.ship_to_postal_code, 1, 5) ``` -Example 1: Takes the first 5 characters from a 9 digit postal code func.substring(table.ship_to_postal_code, 1, 5) - +```python func.substring('Plaidcloud_string', 1,10) --> Plaidcloud ``` diff --git a/content/en/docs/expressions/text/func-text-to-bigint.md b/content/en/docs/expressions/text/func-text-to-bigint.md index ac93d2f..2c7c98b 100644 --- a/content/en/docs/expressions/text/func-text-to-bigint.md +++ b/content/en/docs/expressions/text/func-text-to-bigint.md @@ -5,20 +5,9 @@ description: This function allows you to convert a string of character values in date: 2022-01-25T07:40:03 --- +This function allows you to convert a string of character values into a large range integer ## Syntax - - - -``` +```python func.text_to_bigint(string) ``` - - -## Examples - - - -``` -Documentation for func.text_to_bigint is coming soon. -``` diff --git a/content/en/docs/expressions/text/func-text-to-bool.md b/content/en/docs/expressions/text/func-text-to-bool.md index c8dbc18..e11fa70 100644 --- a/content/en/docs/expressions/text/func-text-to-bool.md +++ b/content/en/docs/expressions/text/func-text-to-bool.md @@ -5,20 +5,9 @@ description: Converts the input text or numeric expression to a Boolean value date: 2022-01-25T07:40:03 --- +Converts the input text or numeric expression to a Boolean value ## Syntax - - - -``` +```python func.text_to_bool(string) ``` - - -## Examples - - - -``` -Documentation for func.text_to_bool is coming soon. -``` diff --git a/content/en/docs/expressions/text/func-text-to-integer.md b/content/en/docs/expressions/text/func-text-to-integer.md index f86bb6b..f5f0c7b 100644 --- a/content/en/docs/expressions/text/func-text-to-integer.md +++ b/content/en/docs/expressions/text/func-text-to-integer.md @@ -5,20 +5,9 @@ description: Convert text to integer date: 2022-01-25T07:40:03 --- +Convert text to integer ## Syntax - - - -``` +```python func.text_to_integer(string) ``` - - -## Examples - - - -``` -Documentation for func.text_to_integer is coming soon. -``` diff --git a/content/en/docs/expressions/text/func-text-to-numeric.md b/content/en/docs/expressions/text/func-text-to-numeric.md index 357565f..55fab61 100644 --- a/content/en/docs/expressions/text/func-text-to-numeric.md +++ b/content/en/docs/expressions/text/func-text-to-numeric.md @@ -5,20 +5,9 @@ description: This function converts a character string to a numeric value date: 2022-01-25T07:40:03 --- +This function converts a character string to a numeric value ## Syntax - - - -``` +```python func.text_to_numeric(string) ``` - - -## Examples - - - -``` -Documentation for func.text_to_numeric is coming soon. -``` diff --git a/content/en/docs/expressions/text/func-text-to-smallint.md b/content/en/docs/expressions/text/func-text-to-smallint.md index c19db7c..b08839c 100644 --- a/content/en/docs/expressions/text/func-text-to-smallint.md +++ b/content/en/docs/expressions/text/func-text-to-smallint.md @@ -5,20 +5,9 @@ description: A 2-byte integer data type used in CREATE TABLE and ALTER TABLE sta date: 2022-01-25T07:40:03 --- +A 2-byte integer data type used in CREATE TABLE and ALTER TABLE statements ## Syntax - - - -``` +```python func.text_to_smallint(string) ``` - - -## Examples - - - -``` -Documentation for func.text_to_smallint is coming soon. -``` diff --git a/content/en/docs/expressions/text/func-to-ascii.md b/content/en/docs/expressions/text/func-to-ascii.md index 8dc6992..e491407 100644 --- a/content/en/docs/expressions/text/func-to-ascii.md +++ b/content/en/docs/expressions/text/func-to-ascii.md @@ -5,20 +5,9 @@ description: Convert text to ASCII from another encoding date: 2022-01-25T07:40:03 --- +Convert text to ASCII from another encoding ## Syntax - - - -``` +```python func.to_ascii(string) ``` - - -## Examples - - - -``` -Documentation for func.to_ascii is coming soon. -``` diff --git a/content/en/docs/expressions/text/func-to-hex.md b/content/en/docs/expressions/text/func-to-hex.md index c85a5eb..1c1c0ce 100644 --- a/content/en/docs/expressions/text/func-to-hex.md +++ b/content/en/docs/expressions/text/func-to-hex.md @@ -5,20 +5,9 @@ description: Convert number to its equivalent hexadecimal representation date: 2022-01-25T07:40:03 --- +Convert number to its equivalent hexadecimal representation ## Syntax - - - -``` +```python func.to_hex(number int or bigint) ``` - - -## Examples - - - -``` -Documentation for func.to_hex is coming soon. -``` diff --git a/content/en/docs/expressions/text/func-translate.md b/content/en/docs/expressions/text/func-translate.md index 07d0241..ca13583 100644 --- a/content/en/docs/expressions/text/func-translate.md +++ b/content/en/docs/expressions/text/func-translate.md @@ -5,20 +5,15 @@ description: Any character in string that matches a character in the from set is date: 2022-02-07T11:41:52 --- +Any character in string that matches a character in the from set is replaced by the corresponding character in the to set ## Syntax - - - -``` +```python func.translate(value_string, from_string_elements, to_string_elements) ``` - ## Examples - - -``` +```python func.translate('Plaixcloux', 'x', 'd') --> Plaidcloud ``` diff --git a/content/en/docs/expressions/text/func-trim.md b/content/en/docs/expressions/text/func-trim.md index 3d25301..43f8d47 100644 --- a/content/en/docs/expressions/text/func-trim.md +++ b/content/en/docs/expressions/text/func-trim.md @@ -5,20 +5,14 @@ description: TRIM is a function that takes a character expression and returns th date: 2022-02-08T10:33:55 --- +TRIM is a function that takes a character expression and returns that expression with leading and/or trailing pad characters removed ## Syntax - - - -``` +```python func.trim(value_string, string_to_trim) ``` - ## Examples - - - -``` +```python func.trim('Plaidcloudx', 'x') --> Plaidcloud ``` diff --git a/content/en/docs/expressions/text/func-upper.md b/content/en/docs/expressions/text/func-upper.md index 05ee1c4..411a101 100644 --- a/content/en/docs/expressions/text/func-upper.md +++ b/content/en/docs/expressions/text/func-upper.md @@ -5,20 +5,9 @@ description: This method converts all lowercase characters in a string into uppe date: 2022-01-31T12:10:37 --- +This method converts all lowercase characters in a string into uppercase characters and returns it ## Syntax - - - -``` +```python func.upper(string) ``` - - -## Examples - - - -``` -Documentation for func.upper is coming soon... -``` diff --git a/content/en/docs/expressions/trigonometry/_index.md b/content/en/docs/expressions/trigonometry/_index.md index eb9d5b8..ce551d9 100644 --- a/content/en/docs/expressions/trigonometry/_index.md +++ b/content/en/docs/expressions/trigonometry/_index.md @@ -1,5 +1,6 @@ --- linktitle: Trigonometry title: Trigonometry - +description: Trig functions like cos, sin, and tan +weight: 17.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/trigonometry/func-acos.md b/content/en/docs/expressions/trigonometry/func-acos.md index 32a396e..8cac656 100644 --- a/content/en/docs/expressions/trigonometry/func-acos.md +++ b/content/en/docs/expressions/trigonometry/func-acos.md @@ -5,20 +5,9 @@ description: The ACOS function returns the arc cosine of a specified number date: 2022-01-25T07:40:01 --- +The ACOS function returns the arc cosine of a specified number ## Syntax - - - -``` +```python func.acos(x) ``` - - -## Examples - - - -``` -Documentation for func.acos is coming soon. -``` diff --git a/content/en/docs/expressions/trigonometry/func-asin.md b/content/en/docs/expressions/trigonometry/func-asin.md index bf74da1..d3f4112 100644 --- a/content/en/docs/expressions/trigonometry/func-asin.md +++ b/content/en/docs/expressions/trigonometry/func-asin.md @@ -5,20 +5,9 @@ description: The ASIN function returns the inverse sine of a value in radians date: 2022-01-25T07:40:01 --- +The ASIN function returns the inverse sine of a value in radians ## Syntax - - - -``` +```python func.asin(x) ``` - - -## Examples - - - -``` -Documentation for func.asin is coming soon. -``` diff --git a/content/en/docs/expressions/trigonometry/func-atan.md b/content/en/docs/expressions/trigonometry/func-atan.md index cda5b5a..7a053d4 100644 --- a/content/en/docs/expressions/trigonometry/func-atan.md +++ b/content/en/docs/expressions/trigonometry/func-atan.md @@ -5,20 +5,9 @@ description: This function returns the inverse tangent of a number date: 2022-01-25T07:40:01 --- +This function returns the inverse tangent of a number ## Syntax - - - -``` +```python func.atan(x) ``` - - -## Examples - - - -``` -Documentation for func.atan is coming soon. -``` diff --git a/content/en/docs/expressions/trigonometry/func-atan2.md b/content/en/docs/expressions/trigonometry/func-atan2.md index 3768ab1..02b99e6 100644 --- a/content/en/docs/expressions/trigonometry/func-atan2.md +++ b/content/en/docs/expressions/trigonometry/func-atan2.md @@ -5,20 +5,9 @@ description: The PostgreSQL atan2() function is used to return the inverse tange date: 2022-01-25T07:40:01 --- +The PostgreSQL atan2() function is used to return the inverse tangent of a division given in the argument ## Syntax - - - -``` +```python func.atan2(x,y) ``` - - -## Examples - - - -``` -Documentation for func.atan2 is coming soon. -``` diff --git a/content/en/docs/expressions/trigonometry/func-cos.md b/content/en/docs/expressions/trigonometry/func-cos.md index abfed65..4d9c48a 100644 --- a/content/en/docs/expressions/trigonometry/func-cos.md +++ b/content/en/docs/expressions/trigonometry/func-cos.md @@ -5,20 +5,9 @@ description: The PostgreSQL cos() returns the cosine of a given argument date: 2022-01-25T07:40:01 --- +The PostgreSQL cos() returns the cosine of a given argument ## Syntax - - - -``` +```python func.cos(x) ``` - - -## Examples - - - -``` -Documentation for func.cos is coming soon. -``` diff --git a/content/en/docs/expressions/trigonometry/func-cot.md b/content/en/docs/expressions/trigonometry/func-cot.md index c31c216..6325cb4 100644 --- a/content/en/docs/expressions/trigonometry/func-cot.md +++ b/content/en/docs/expressions/trigonometry/func-cot.md @@ -5,20 +5,9 @@ description: The PostgreSQL cot() function is used to return the cotangent of a date: 2022-01-25T07:40:01 --- +The PostgreSQL cot() function is used to return the cotangent of a given argument ## Syntax - - - -``` +```python func.cot(x) ``` - - -## Examples - - - -``` -Documentation for func.cot is coming soon. -``` diff --git a/content/en/docs/expressions/trigonometry/func-sin.md b/content/en/docs/expressions/trigonometry/func-sin.md index 50aea04..0207fbb 100644 --- a/content/en/docs/expressions/trigonometry/func-sin.md +++ b/content/en/docs/expressions/trigonometry/func-sin.md @@ -5,20 +5,9 @@ description: In PostgreSQL, sin() is a mathematical function that returns the tr date: 2022-01-25T07:40:01 --- +In PostgreSQL, sin() is a mathematical function that returns the trigonometric sine of the specified angle, as measured in radians ## Syntax - - - -``` +```python func.sin(x) ``` - - -## Examples - - - -``` -Documentation for func.sin is coming soon. -``` diff --git a/content/en/docs/expressions/trigonometry/func-tan.md b/content/en/docs/expressions/trigonometry/func-tan.md index 5fe954e..80e1bb0 100644 --- a/content/en/docs/expressions/trigonometry/func-tan.md +++ b/content/en/docs/expressions/trigonometry/func-tan.md @@ -5,20 +5,9 @@ description: The PostgreSQL tan() function is used to return the tangent of a gi date: 2022-01-25T07:40:01 --- +The PostgreSQL tan() function is used to return the tangent of a given argument. ## Syntax - - - -``` +```python func.tan(x) ``` - - -## Examples - - - -``` -Documentation for func.tan is coming soon. -``` diff --git a/content/en/docs/expressions/window/_index.md b/content/en/docs/expressions/window/_index.md index 3de14df..89868f8 100644 --- a/content/en/docs/expressions/window/_index.md +++ b/content/en/docs/expressions/window/_index.md @@ -1,5 +1,6 @@ --- linktitle: Window Functions title: Window Functions - +description: Window functions like min, count, avg, and rank. +weight: 18.0 --- \ No newline at end of file diff --git a/content/en/docs/expressions/window/func-avg.md b/content/en/docs/expressions/window/func-avg.md index 2520be2..da9ba6d 100644 --- a/content/en/docs/expressions/window/func-avg.md +++ b/content/en/docs/expressions/window/func-avg.md @@ -5,20 +5,9 @@ description: This function returns the average of the values in a group. It igno date: 2022-01-25T07:40:02 --- +This function returns the average of the values in a group. It ignores null values ## Syntax - - - -``` +```python func.avg().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.avg is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-count.md b/content/en/docs/expressions/window/func-count.md index e03c9ce..060dc9b 100644 --- a/content/en/docs/expressions/window/func-count.md +++ b/content/en/docs/expressions/window/func-count.md @@ -5,20 +5,9 @@ description: An aggregate function that returns the number of rows, or the numbe date: 2022-01-25T07:40:02 --- +An aggregate function that returns the number of rows, or the number of non-NULL rows ## Syntax - - - -``` +```python func.count().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.count is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-cume-dist.md b/content/en/docs/expressions/window/func-cume-dist.md index 1b3154c..94a0389 100644 --- a/content/en/docs/expressions/window/func-cume-dist.md +++ b/content/en/docs/expressions/window/func-cume-dist.md @@ -5,20 +5,9 @@ description: This function calculates the cumulative distribution of a value wit date: 2022-01-25T07:40:02 --- +This function calculates the cumulative distribution of a value within a group of values ## Syntax - - - -``` +```python func.cume_dist().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.cume_dist is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-dense-rank.md b/content/en/docs/expressions/window/func-dense-rank.md index f16a0db..42474a1 100644 --- a/content/en/docs/expressions/window/func-dense-rank.md +++ b/content/en/docs/expressions/window/func-dense-rank.md @@ -5,20 +5,9 @@ description: The DENSE_RANK() is a window function that assigns a rank to each r date: 2022-01-25T07:40:02 --- +The DENSE_RANK() is a window function that assigns a rank to each row within a partition of a result set ## Syntax - - - -``` +```python func.dense_rank().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.dense_rank is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-first-value.md b/content/en/docs/expressions/window/func-first-value.md index fad9b5b..d3f767b 100644 --- a/content/en/docs/expressions/window/func-first-value.md +++ b/content/en/docs/expressions/window/func-first-value.md @@ -5,14 +5,14 @@ description: FIRST_VALUE is an analytic function. It returns the first value in date: 2022-01-25T07:40:02 --- -## Syntax +FIRST_VALUE is an analytic function. It returns the first value in an ordered set of values -``` +## Syntax +```python func.first_value(field).over(partition_by=field, order_by=field) ``` ## Examples - This is an example of using the `first_value()` capability to calculate the running time of the time series data where each event is on a distinct row. This assumes you have a table of time series data that looks like this: diff --git a/content/en/docs/expressions/window/func-lag.md b/content/en/docs/expressions/window/func-lag.md index d471c54..a0c43ef 100644 --- a/content/en/docs/expressions/window/func-lag.md +++ b/content/en/docs/expressions/window/func-lag.md @@ -5,14 +5,14 @@ description: This analytic function lets you query more than one row in a table date: 2022-01-25T07:40:02 --- -## Syntax +This analytic function lets you query more than one row in a table at a time without having to join the table to itself -``` +## Syntax +```python func.lag(field, 1).over(partition_by=field, order_by=field) ``` ## Examples - This is an example of using the `lag()` capability to calculate the time interval in time series data where each event is on a distinct row. This assumes you have a table of time series data that looks like this: diff --git a/content/en/docs/expressions/window/func-last-value.md b/content/en/docs/expressions/window/func-last-value.md index 37db495..8e10339 100644 --- a/content/en/docs/expressions/window/func-last-value.md +++ b/content/en/docs/expressions/window/func-last-value.md @@ -5,14 +5,14 @@ description: The LAST_VALUE() function is a window function that returns the las date: 2022-01-25T07:40:02 --- -## Syntax +The LAST_VALUE() function is a window function that returns the last value in an ordered partition of a result set -``` +## Syntax +```python func.last_value(field).over(partition_by=field, order_by=field) ``` ## Examples - This is an example of using the `last_value()` capability to calculate the time remaining in time series data where each event is on a distinct row. This assumes you have a table of time series data that looks like this: diff --git a/content/en/docs/expressions/window/func-lead.md b/content/en/docs/expressions/window/func-lead.md index 3b68843..0c6c3cc 100644 --- a/content/en/docs/expressions/window/func-lead.md +++ b/content/en/docs/expressions/window/func-lead.md @@ -5,20 +5,9 @@ description: This analytic function provides access to more than one row of a ta date: 2022-01-25T07:40:02 --- +This analytic function provides access to more than one row of a table at the same time without a self join ## Syntax - - - -``` +```python func.lead(field, 1).over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.lead is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-min.md b/content/en/docs/expressions/window/func-min.md index 3c0bac2..4569986 100644 --- a/content/en/docs/expressions/window/func-min.md +++ b/content/en/docs/expressions/window/func-min.md @@ -5,20 +5,9 @@ description: The min() function returns the item with the lowest value, or the i date: 2022-01-25T07:40:01 --- +The min() function returns the item with the lowest value, or the item with the lowest value in an iterable ## Syntax - - - -``` +```python func.min().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.min is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-ntile.md b/content/en/docs/expressions/window/func-ntile.md index a33a247..1e77628 100644 --- a/content/en/docs/expressions/window/func-ntile.md +++ b/content/en/docs/expressions/window/func-ntile.md @@ -5,20 +5,9 @@ description: This is a function that distributes rows of an ordered partition in date: 2022-01-25T07:40:01 --- +This is a function that distributes rows of an ordered partition into a specified number of approximately equal groups, or buckets ## Syntax - - - -``` +```python func.ntile(4).over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.ntile is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-percent-rank.md b/content/en/docs/expressions/window/func-percent-rank.md index 0bee7f7..5c80a96 100644 --- a/content/en/docs/expressions/window/func-percent-rank.md +++ b/content/en/docs/expressions/window/func-percent-rank.md @@ -5,20 +5,9 @@ description: The PERCENT_RANK() function evaluates the relative standing of a va date: 2022-01-25T07:40:01 --- +The PERCENT_RANK() function evaluates the relative standing of a value within a partition of a result set ## Syntax - - - -``` +```python func.percent_rank().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.percent_rank is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-rank.md b/content/en/docs/expressions/window/func-rank.md index dcfbd9c..13b7616 100644 --- a/content/en/docs/expressions/window/func-rank.md +++ b/content/en/docs/expressions/window/func-rank.md @@ -5,20 +5,9 @@ description: This is a function that assigns a rank to each row within a partiti date: 2022-01-25T07:40:01 --- +This is a function that assigns a rank to each row within a partition of a result set ## Syntax - - - -``` +```python func.rank().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.rank is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-row-number.md b/content/en/docs/expressions/window/func-row-number.md index 14d3fe5..2c84b86 100644 --- a/content/en/docs/expressions/window/func-row-number.md +++ b/content/en/docs/expressions/window/func-row-number.md @@ -5,20 +5,9 @@ description: This function is used to provide consecutive numbering of the rows date: 2022-01-25T07:40:01 --- +This function is used to provide consecutive numbering of the rows in the result by the order selected in the OVER clause for each partition ## Syntax - - - -``` +```python func.row_number().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.row_number is coming soon. -``` diff --git a/content/en/docs/expressions/window/func-sum.md b/content/en/docs/expressions/window/func-sum.md index 7fb8150..3c4bd2d 100644 --- a/content/en/docs/expressions/window/func-sum.md +++ b/content/en/docs/expressions/window/func-sum.md @@ -5,20 +5,9 @@ description: The SUM function adds values. You can add individual values, cell r date: 2022-01-25T07:40:01 --- +The SUM function adds values. You can add individual values, cell references or ranges or a mix of all three ## Syntax - - - -``` +```python func.sum().over(partition_by=field, order_by=field) ``` - - -## Examples - - - -``` -Documentation for func.sum is coming soon. -``` diff --git a/content/en/docs/madlib/_index.md b/content/en/docs/madlib/_index.md index 2d1467f..8eb12ee 100644 --- a/content/en/docs/madlib/_index.md +++ b/content/en/docs/madlib/_index.md @@ -1,5 +1,5 @@ --- linktitle: MADLib Expressions (ML) title: MADLib Expressions (ML) -weight: 13.0 +weight: 15.0 --- \ No newline at end of file diff --git a/content/en/docs/madlib/data-types-transformations/_index.md b/content/en/docs/madlib/data-types-transformations/_index.md index b68a5d3..66a0559 100644 --- a/content/en/docs/madlib/data-types-transformations/_index.md +++ b/content/en/docs/madlib/data-types-transformations/_index.md @@ -1,5 +1,5 @@ --- linktitle: Data Type Transformations title: Data Type Transformations - +weight: 1.0 --- \ No newline at end of file diff --git a/content/en/docs/madlib/data-types-transformations/array-operations.md b/content/en/docs/madlib/data-types-transformations/array-operations.md index 4e9b638..7f552e9 100644 --- a/content/en/docs/madlib/data-types-transformations/array-operations.md +++ b/content/en/docs/madlib/data-types-transformations/array-operations.md @@ -1,6 +1,7 @@ --- title: Array Operations slug: array-operations +weight: 1.0 description: Provides support functions enabling fast array operations date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/encoding-categorical-variables.md b/content/en/docs/madlib/data-types-transformations/encoding-categorical-variables.md index f682583..4f5df0e 100644 --- a/content/en/docs/madlib/data-types-transformations/encoding-categorical-variables.md +++ b/content/en/docs/madlib/data-types-transformations/encoding-categorical-variables.md @@ -1,6 +1,7 @@ --- title: Encoding Categorical Variables slug: encoding-categorical-variables +weight: 2.0 description: Coding categorical variables into one-hot, dummy, effects, orthogonal, and Helmert date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/low-rank-matrix-factorization.md b/content/en/docs/madlib/data-types-transformations/low-rank-matrix-factorization.md index 1145914..f218f77 100644 --- a/content/en/docs/madlib/data-types-transformations/low-rank-matrix-factorization.md +++ b/content/en/docs/madlib/data-types-transformations/low-rank-matrix-factorization.md @@ -1,6 +1,7 @@ --- title: Low-Rank Matrix Factorization slug: low-rank-matrix-factorization +weight: 3.0 description: Represent an incomplete matrix using a low-rank approximation date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/matrix-operations.md b/content/en/docs/madlib/data-types-transformations/matrix-operations.md index 89eb389..fde57e7 100644 --- a/content/en/docs/madlib/data-types-transformations/matrix-operations.md +++ b/content/en/docs/madlib/data-types-transformations/matrix-operations.md @@ -1,6 +1,7 @@ --- title: Matrix Operations slug: matrix-operations +weight: 4.0 description: Provides basic matrix operations for matrices that are too big to fit in memory date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/norms-and-distance-functions.md b/content/en/docs/madlib/data-types-transformations/norms-and-distance-functions.md index a21f0e2..6f83230 100644 --- a/content/en/docs/madlib/data-types-transformations/norms-and-distance-functions.md +++ b/content/en/docs/madlib/data-types-transformations/norms-and-distance-functions.md @@ -1,6 +1,7 @@ --- title: Norms and Distance Functions slug: norms-and-distance-functions +weight: 5.0 description: Useful utility functions for basic linear algebra operations date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/path.md b/content/en/docs/madlib/data-types-transformations/path.md index 745d953..dfc742f 100644 --- a/content/en/docs/madlib/data-types-transformations/path.md +++ b/content/en/docs/madlib/data-types-transformations/path.md @@ -1,6 +1,7 @@ --- title: Path slug: path +weight: 6.0 description: Performs regular pattern matching over a sequence of rows date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/pivot.md b/content/en/docs/madlib/data-types-transformations/pivot.md index 93f63db..7ce0725 100644 --- a/content/en/docs/madlib/data-types-transformations/pivot.md +++ b/content/en/docs/madlib/data-types-transformations/pivot.md @@ -1,6 +1,7 @@ --- title: Pivot slug: pivot +weight: 7.0 description: Perform basic OLAP type operations on data date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/sessionize.md b/content/en/docs/madlib/data-types-transformations/sessionize.md index 769b3d6..28d04ff 100644 --- a/content/en/docs/madlib/data-types-transformations/sessionize.md +++ b/content/en/docs/madlib/data-types-transformations/sessionize.md @@ -1,6 +1,7 @@ --- title: Sessionize slug: sessionize +weight: 8.0 description: Performs time-oriented session reconstruction on a data set comprising a sequence of events date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/single-value-decomposition.md b/content/en/docs/madlib/data-types-transformations/single-value-decomposition.md index f4eb270..292f2f7 100644 --- a/content/en/docs/madlib/data-types-transformations/single-value-decomposition.md +++ b/content/en/docs/madlib/data-types-transformations/single-value-decomposition.md @@ -1,6 +1,7 @@ --- title: Single Value Decomposition slug: single-value-decomposition +weight: 9.0 description: Factorization of a real or complex matrix, with many useful applications in signal processing and statistics date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/sparse-vectors.md b/content/en/docs/madlib/data-types-transformations/sparse-vectors.md index 8cb17ec..1f78245 100644 --- a/content/en/docs/madlib/data-types-transformations/sparse-vectors.md +++ b/content/en/docs/madlib/data-types-transformations/sparse-vectors.md @@ -1,6 +1,7 @@ --- title: Sparse Vectors slug: sparse-vectors +weight: 10.0 description: Provides compressed storage of vectors that have many duplicate elements date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/data-types-transformations/stemming.md b/content/en/docs/madlib/data-types-transformations/stemming.md index bc87a5e..2964642 100644 --- a/content/en/docs/madlib/data-types-transformations/stemming.md +++ b/content/en/docs/madlib/data-types-transformations/stemming.md @@ -1,6 +1,7 @@ --- title: Stemming slug: stemming +weight: 11.0 description: Provides a basic stemming operation for text input using the Porter Stemming Algorithm date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/madlib/deep-learning.md b/content/en/docs/madlib/deep-learning.md new file mode 100644 index 0000000..17c0dd2 --- /dev/null +++ b/content/en/docs/madlib/deep-learning.md @@ -0,0 +1,8 @@ +--- +title: Deep Learning +slug: deep-learning +weight: 2.0 +--- + + +Content coming soon diff --git a/content/en/docs/madlib/deep-learning/_index.md b/content/en/docs/madlib/deep-learning/_index.md deleted file mode 100644 index 52db915..0000000 --- a/content/en/docs/madlib/deep-learning/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -linktitle: Deep Learning -title: Deep Learning - ---- \ No newline at end of file diff --git a/content/en/docs/madlib/machine-learning.md b/content/en/docs/madlib/machine-learning.md index c776ec9..0f55547 100644 --- a/content/en/docs/madlib/machine-learning.md +++ b/content/en/docs/madlib/machine-learning.md @@ -1,6 +1,7 @@ --- title: Machine Learning slug: machine-learning +weight: 3.0 description: Make processing your database tables easier with 'MADlib' date: 2022-01-25T07:39:51 --- diff --git a/content/en/docs/plaidlink/_index.md b/content/en/docs/plaidlink/_index.md index c233215..fe537fc 100644 --- a/content/en/docs/plaidlink/_index.md +++ b/content/en/docs/plaidlink/_index.md @@ -1,6 +1,7 @@ --- linktitle: PlaidLink title: PlaidLink +weight: 11.0 --- PlaidLink provides indirect access to systems and processes protected by firewalls or behind other restrictions that make direct connections difficult. diff --git a/content/en/docs/plaidlink/agents.md b/content/en/docs/plaidlink/agents.md index 66df893..df99423 100644 --- a/content/en/docs/plaidlink/agents.md +++ b/content/en/docs/plaidlink/agents.md @@ -1,6 +1,7 @@ --- title: PlaidLink Agents slug: plaidlink-agents +weight: 1.0 description: Create and manage remote access using lightweight agents date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/plaidlink/configure.md b/content/en/docs/plaidlink/configure.md index 1e0133d..02c07e7 100644 --- a/content/en/docs/plaidlink/configure.md +++ b/content/en/docs/plaidlink/configure.md @@ -1,6 +1,7 @@ --- title: Configure slug: configure +weight: 3.0 description: Create and maintain PlaidLink (Agent) documentation and account access for optimal database and file system enhancement date: 2022-01-25T07:40:17 tags: diff --git a/content/en/docs/plaidlink/install.md b/content/en/docs/plaidlink/install.md index d590e6a..e41bb06 100644 --- a/content/en/docs/plaidlink/install.md +++ b/content/en/docs/plaidlink/install.md @@ -1,6 +1,7 @@ --- title: Installation slug: install +weight: 2.0 description: Create a configuration file, Install and run the PlaidLink (Agent) date: 2022-01-25T07:40:17 tags: diff --git a/content/en/docs/plaidlink/upgrade.md b/content/en/docs/plaidlink/upgrade.md index 4cb739a..e6b589d 100644 --- a/content/en/docs/plaidlink/upgrade.md +++ b/content/en/docs/plaidlink/upgrade.md @@ -1,6 +1,7 @@ --- title: Upgrade slug: upgrade +weight: 4.0 description: Perform a manual upgrade of the PlaidLink Agent installation date: 2022-12-20 tags: diff --git a/content/en/docs/plaidxl/_index.md b/content/en/docs/plaidxl/_index.md index 51e9474..bf9859f 100644 --- a/content/en/docs/plaidxl/_index.md +++ b/content/en/docs/plaidxl/_index.md @@ -1,7 +1,7 @@ --- linktitle: PlaidXL title: PlaidXL -weight: 18.0 +weight: 10.0 --- The PlaidCloud Office Add-in (PlaidXL) allows for focused analysis interactions directly in Microsoft Excel. diff --git a/content/en/docs/plaidxl/connect.md b/content/en/docs/plaidxl/connect.md index 31e1126..7f9960c 100644 --- a/content/en/docs/plaidxl/connect.md +++ b/content/en/docs/plaidxl/connect.md @@ -3,7 +3,7 @@ title: Connecting slug: connect description: Connect Excel with the PlaidCloud Excel Add-in to your PlaidCloud project date: 2022-01-25T07:39:47 -weight: 20 +weight: 2.0 tags: - plaidcloud - expression diff --git a/content/en/docs/plaidxl/install.md b/content/en/docs/plaidxl/install.md index 8ace85c..8784bc3 100644 --- a/content/en/docs/plaidxl/install.md +++ b/content/en/docs/plaidxl/install.md @@ -3,7 +3,7 @@ title: Installation slug: install description: Install the PlaidCloud Excel Add-in date: 2022-01-25T07:39:47 -weight: 10 +weight: 1.0 tags: - plaidcloud - expression diff --git a/content/en/docs/plaidxl/retrieve.md b/content/en/docs/plaidxl/retrieve.md index 2dadd1d..6489c7d 100644 --- a/content/en/docs/plaidxl/retrieve.md +++ b/content/en/docs/plaidxl/retrieve.md @@ -3,7 +3,7 @@ title: Working with Data slug: retrieve description: Retrieve and save data using the PlaidCloud Excel Add-in after connecting to a PlaidCloud project date: 2022-01-25T07:39:47 -weight: 30 +weight: 3.0 tags: - plaidcloud - expression diff --git a/content/en/docs/postgis/_index.md b/content/en/docs/postgis/_index.md index 4406897..a95b7ca 100644 --- a/content/en/docs/postgis/_index.md +++ b/content/en/docs/postgis/_index.md @@ -1,5 +1,5 @@ --- linktitle: PostGIS Expressions (Geospatial) title: PostGIS Expressions (Geospatial) -weight: 12.0 +weight: 14.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/affine-transformations/_index.md b/content/en/docs/postgis/affine-transformations/_index.md index 2e79972..229afeb 100644 --- a/content/en/docs/postgis/affine-transformations/_index.md +++ b/content/en/docs/postgis/affine-transformations/_index.md @@ -1,5 +1,5 @@ --- linktitle: Affine Transformations title: Affine Transformations - +weight: 1.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/bounding-box-functions/_index.md b/content/en/docs/postgis/bounding-box-functions/_index.md index 541f7cf..d3abb5b 100644 --- a/content/en/docs/postgis/bounding-box-functions/_index.md +++ b/content/en/docs/postgis/bounding-box-functions/_index.md @@ -1,5 +1,5 @@ --- linktitle: Bounding Box Functions title: Bounding Box Functions - +weight: 2.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/clustering-functions/_index.md b/content/en/docs/postgis/clustering-functions/_index.md index 84b5be0..10e89aa 100644 --- a/content/en/docs/postgis/clustering-functions/_index.md +++ b/content/en/docs/postgis/clustering-functions/_index.md @@ -1,5 +1,5 @@ --- linktitle: Clustering Functions title: Clustering Functions - +weight: 3.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/geometry-accessors/_index.md b/content/en/docs/postgis/geometry-accessors/_index.md index a5540cf..490716c 100644 --- a/content/en/docs/postgis/geometry-accessors/_index.md +++ b/content/en/docs/postgis/geometry-accessors/_index.md @@ -1,5 +1,5 @@ --- linktitle: Geometry Accessors title: Geometry Accessors - +weight: 4.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/geometry-constructors/_index.md b/content/en/docs/postgis/geometry-constructors/_index.md index 919568b..7e0ce84 100644 --- a/content/en/docs/postgis/geometry-constructors/_index.md +++ b/content/en/docs/postgis/geometry-constructors/_index.md @@ -1,5 +1,5 @@ --- linktitle: Geometry Constructors title: Geometry Constructors - +weight: 5.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/geometry-editors/_index.md b/content/en/docs/postgis/geometry-editors/_index.md index bfa3683..434e6fe 100644 --- a/content/en/docs/postgis/geometry-editors/_index.md +++ b/content/en/docs/postgis/geometry-editors/_index.md @@ -1,5 +1,5 @@ --- linktitle: Geometry Editors title: Geometry Editors - +weight: 6.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/geometry-input/_index.md b/content/en/docs/postgis/geometry-input/_index.md index a5687dc..61c870b 100644 --- a/content/en/docs/postgis/geometry-input/_index.md +++ b/content/en/docs/postgis/geometry-input/_index.md @@ -1,5 +1,5 @@ --- linktitle: Geometry Input title: Geometry Input - +weight: 7.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/geometry-output/_index.md b/content/en/docs/postgis/geometry-output/_index.md index f8ac99f..326f9fb 100644 --- a/content/en/docs/postgis/geometry-output/_index.md +++ b/content/en/docs/postgis/geometry-output/_index.md @@ -1,5 +1,5 @@ --- linktitle: Geometry Output title: Geometry Output - +weight: 8.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/geometry-processing/_index.md b/content/en/docs/postgis/geometry-processing/_index.md index 3bebd08..d19c56b 100644 --- a/content/en/docs/postgis/geometry-processing/_index.md +++ b/content/en/docs/postgis/geometry-processing/_index.md @@ -1,5 +1,5 @@ --- linktitle: Geometry Processing title: Geometry Processing - +weight: 9.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/geometry-validation/_index.md b/content/en/docs/postgis/geometry-validation/_index.md index 8f37771..e433a9c 100644 --- a/content/en/docs/postgis/geometry-validation/_index.md +++ b/content/en/docs/postgis/geometry-validation/_index.md @@ -1,5 +1,5 @@ --- linktitle: Geometry Validation title: Geometry Validation - +weight: 10.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/linear-referencing/_index.md b/content/en/docs/postgis/linear-referencing/_index.md index 99d3fee..f822891 100644 --- a/content/en/docs/postgis/linear-referencing/_index.md +++ b/content/en/docs/postgis/linear-referencing/_index.md @@ -1,5 +1,5 @@ --- linktitle: Linear Referencing title: Linear Referencing - +weight: 11.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/measurement-functions/_index.md b/content/en/docs/postgis/measurement-functions/_index.md index 5755f44..4a5a4e8 100644 --- a/content/en/docs/postgis/measurement-functions/_index.md +++ b/content/en/docs/postgis/measurement-functions/_index.md @@ -1,5 +1,5 @@ --- linktitle: Measurement Functions title: Measurement Functions - +weight: 12.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/overlay-functions/_index.md b/content/en/docs/postgis/overlay-functions/_index.md index 5fb8330..87275d3 100644 --- a/content/en/docs/postgis/overlay-functions/_index.md +++ b/content/en/docs/postgis/overlay-functions/_index.md @@ -1,5 +1,5 @@ --- linktitle: Overlay Functions title: Overlay Functions - +weight: 13.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/spatial-reference-system-functions/_index.md b/content/en/docs/postgis/spatial-reference-system-functions/_index.md index d38f326..1d7e3c6 100644 --- a/content/en/docs/postgis/spatial-reference-system-functions/_index.md +++ b/content/en/docs/postgis/spatial-reference-system-functions/_index.md @@ -1,5 +1,5 @@ --- linktitle: Spatial Reference System Functions title: Spatial Reference System Functions - +weight: 14.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/spatial-relationships/_index.md b/content/en/docs/postgis/spatial-relationships/_index.md index 69e4a4a..c507c2f 100644 --- a/content/en/docs/postgis/spatial-relationships/_index.md +++ b/content/en/docs/postgis/spatial-relationships/_index.md @@ -1,5 +1,5 @@ --- linktitle: Spatial Relationships title: Spatial Relationships - +weight: 15.0 --- \ No newline at end of file diff --git a/content/en/docs/postgis/trajectory-functions/_index.md b/content/en/docs/postgis/trajectory-functions/_index.md index 6d39eee..567686b 100644 --- a/content/en/docs/postgis/trajectory-functions/_index.md +++ b/content/en/docs/postgis/trajectory-functions/_index.md @@ -1,5 +1,5 @@ --- linktitle: Trajectory Functions title: Trajectory Functions - +weight: 16.0 --- \ No newline at end of file diff --git a/content/en/docs/projects/archive-a-project.md b/content/en/docs/projects/archive-a-project.md index b2b11ed..106083a 100644 --- a/content/en/docs/projects/archive-a-project.md +++ b/content/en/docs/projects/archive-a-project.md @@ -1,6 +1,7 @@ --- title: Archive a Project slug: archive-a-project +weight: 6.0 description: Create and Restore your project archives date: 2022-01-25T07:39:48 --- diff --git a/content/en/docs/projects/managing-data-editors.md b/content/en/docs/projects/managing-data-editors.md index 74ce765..42565aa 100644 --- a/content/en/docs/projects/managing-data-editors.md +++ b/content/en/docs/projects/managing-data-editors.md @@ -1,6 +1,7 @@ --- title: Managing Data Editors slug: managing-data-editors +weight: 5.0 description: Create and Edit table data though user interaction date: 2022-01-25T07:39:48 --- diff --git a/content/en/docs/projects/managing-hierarchies.md b/content/en/docs/projects/managing-hierarchies.md index aa7b078..864f2fd 100644 --- a/content/en/docs/projects/managing-hierarchies.md +++ b/content/en/docs/projects/managing-hierarchies.md @@ -1,6 +1,7 @@ --- title: Managing Hierarchies slug: managing-hierarchies +weight: 4.0 description: Create and organize your own workflow hierarchies date: 2022-01-25T07:39:48 --- diff --git a/content/en/docs/projects/managing-projects.md b/content/en/docs/projects/managing-projects.md index 451074c..9483cdd 100644 --- a/content/en/docs/projects/managing-projects.md +++ b/content/en/docs/projects/managing-projects.md @@ -1,6 +1,7 @@ --- title: Managing Projects slug: managing-projects +weight: 2.0 description: Create and Manage new projects date: 2022-01-25T07:39:48 --- diff --git a/content/en/docs/projects/managing-tables-and-views.md b/content/en/docs/projects/managing-tables-and-views.md index 78e18f8..f175e30 100644 --- a/content/en/docs/projects/managing-tables-and-views.md +++ b/content/en/docs/projects/managing-tables-and-views.md @@ -1,6 +1,7 @@ --- title: Managing Tables and Views slug: managing-tables-and-views +weight: 3.0 description: Organize and manage your tables and views date: 2022-01-25T07:39:48 --- diff --git a/content/en/docs/projects/viewing-projects.md b/content/en/docs/projects/viewing-projects.md index 89cf2e7..f4cefad 100644 --- a/content/en/docs/projects/viewing-projects.md +++ b/content/en/docs/projects/viewing-projects.md @@ -1,6 +1,7 @@ --- title: Viewing Projects slug: viewing-projects +weight: 1.0 description: Viewing authorized projects date: 2022-01-25T07:39:48 --- diff --git a/content/en/docs/projects/viewing-the-project-log.md b/content/en/docs/projects/viewing-the-project-log.md index e9a2830..ee4f0d3 100644 --- a/content/en/docs/projects/viewing-the-project-log.md +++ b/content/en/docs/projects/viewing-the-project-log.md @@ -1,6 +1,7 @@ --- title: Viewing the Project Log slug: viewing-the-project-log +weight: 7.0 description: View, sort and clear your project activities and assignments date: 2022-01-25T07:39:48 --- diff --git a/content/en/docs/scheduled-events/_index.md b/content/en/docs/scheduled-events/_index.md index 013d84c..282c36e 100644 --- a/content/en/docs/scheduled-events/_index.md +++ b/content/en/docs/scheduled-events/_index.md @@ -1,5 +1,5 @@ --- linktitle: Scheduled Workflows title: Scheduled Workflows - +weight: 4.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/agent/_index.md b/content/en/docs/workflow-steps/agent/_index.md index 6f5558b..4c1024b 100644 --- a/content/en/docs/workflow-steps/agent/_index.md +++ b/content/en/docs/workflow-steps/agent/_index.md @@ -1,5 +1,5 @@ --- linktitle: Agent Steps title: Agent Steps - +weight: 8.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/agent/agent-remote-execution-of-sql.md b/content/en/docs/workflow-steps/agent/agent-remote-execution-of-sql.md index a906e7d..13d3588 100644 --- a/content/en/docs/workflow-steps/agent/agent-remote-execution-of-sql.md +++ b/content/en/docs/workflow-steps/agent/agent-remote-execution-of-sql.md @@ -1,6 +1,7 @@ --- title: Agent Remote Execution of SQL slug: agent-remote-execution-of-sql +weight: 1.0 description: Execute specified SQL on a remote database through a PlaidLink Agent connection. date: 2022-01-25T07:39:53 --- diff --git a/content/en/docs/workflow-steps/agent/agent-remote-export-of-sql-result.md b/content/en/docs/workflow-steps/agent/agent-remote-export-of-sql-result.md index b9b6c2b..13c3ef7 100644 --- a/content/en/docs/workflow-steps/agent/agent-remote-export-of-sql-result.md +++ b/content/en/docs/workflow-steps/agent/agent-remote-export-of-sql-result.md @@ -1,6 +1,7 @@ --- title: Agent Remote Export of SQL Result slug: agent-remote-export-of-sql-result +weight: 2.0 description: Use a specified SQL on a remote database through PlaidLink Agent and export to PlaidCloud date: 2022-01-25T07:39:53 --- diff --git a/content/en/docs/workflow-steps/agent/agent-remote-import-table-into-sql-database.md b/content/en/docs/workflow-steps/agent/agent-remote-import-table-into-sql-database.md index 965daf3..8a1fb7d 100644 --- a/content/en/docs/workflow-steps/agent/agent-remote-import-table-into-sql-database.md +++ b/content/en/docs/workflow-steps/agent/agent-remote-import-table-into-sql-database.md @@ -1,6 +1,7 @@ --- title: Agent Remote Import Table into SQL Database slug: agent-remote-import-table-into-sql-database +weight: 3.0 description: Import Data into SQL with PlaidLink Agent date: 2022-01-25T07:39:53 --- diff --git a/content/en/docs/workflow-steps/agent/document-remote-delete-file.md b/content/en/docs/workflow-steps/agent/document-remote-delete-file.md index c4a889c..59dbc01 100644 --- a/content/en/docs/workflow-steps/agent/document-remote-delete-file.md +++ b/content/en/docs/workflow-steps/agent/document-remote-delete-file.md @@ -1,6 +1,7 @@ --- title: Document - Remote Delete File slug: document-remote-delete-file +weight: 4.0 description: Deletes a remote file system file using a PlaidLink agent installed within the firewall date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/agent/document-remote-export-file.md b/content/en/docs/workflow-steps/agent/document-remote-export-file.md index a4fd484..265a91d 100644 --- a/content/en/docs/workflow-steps/agent/document-remote-export-file.md +++ b/content/en/docs/workflow-steps/agent/document-remote-export-file.md @@ -1,6 +1,7 @@ --- title: Document - Remote Export File slug: document-remote-export-file +weight: 5.0 description: Exports a file to a remote file system using a PlaidLink agent installed within the firewall date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/agent/document-remote-import-file.md b/content/en/docs/workflow-steps/agent/document-remote-import-file.md index 5c5052b..a1b7a1e 100644 --- a/content/en/docs/workflow-steps/agent/document-remote-import-file.md +++ b/content/en/docs/workflow-steps/agent/document-remote-import-file.md @@ -1,6 +1,7 @@ --- title: Document - Remote Import File slug: document-remote-import-file +weight: 6.0 description: Imports a remote file system file using a PlaidLink agent installed within the firewall. date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/agent/document-remote-rename-file.md b/content/en/docs/workflow-steps/agent/document-remote-rename-file.md index 3bfad42..5367dd9 100644 --- a/content/en/docs/workflow-steps/agent/document-remote-rename-file.md +++ b/content/en/docs/workflow-steps/agent/document-remote-rename-file.md @@ -1,6 +1,7 @@ --- title: Document - Remote Rename File slug: document-remote-rename-file +weight: 7.0 description: Renames or moves a remote file system file using a PlaidLink agent installed within the firewall date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/allocation/allocation-rules.md b/content/en/docs/workflow-steps/allocation/allocation-rules.md index 0d95075..f8f49fb 100644 --- a/content/en/docs/workflow-steps/allocation/allocation-rules.md +++ b/content/en/docs/workflow-steps/allocation/allocation-rules.md @@ -1,6 +1,7 @@ --- title: Allocation By Assignment Dimension slug: allocation-rules +weight: 12.0 description: Allocate values based on driver data and assignment dimension date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/allocation/allocation-split.md b/content/en/docs/workflow-steps/allocation/allocation-split.md index 8c9dbf0..2b407e3 100644 --- a/content/en/docs/workflow-steps/allocation/allocation-split.md +++ b/content/en/docs/workflow-steps/allocation/allocation-split.md @@ -1,6 +1,7 @@ --- title: Allocation Split slug: allocation-split +weight: 13.0 description: Allocate values based on driver data date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/allocation/rule-based-tagging.md b/content/en/docs/workflow-steps/allocation/rule-based-tagging.md index aba30bc..09dec34 100644 --- a/content/en/docs/workflow-steps/allocation/rule-based-tagging.md +++ b/content/en/docs/workflow-steps/allocation/rule-based-tagging.md @@ -1,6 +1,7 @@ --- title: Rule-Based Tagging slug: rule-based-tagging +weight: 14.0 description: Tag data based on rules date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/common/_index.md b/content/en/docs/workflow-steps/common/_index.md index b287719..977a02b 100644 --- a/content/en/docs/workflow-steps/common/_index.md +++ b/content/en/docs/workflow-steps/common/_index.md @@ -1,5 +1,5 @@ --- linktitle: Common Step Operations title: Common Step Operations - +weight: 11.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/common/advanced-data-mapper-usage.md b/content/en/docs/workflow-steps/common/advanced-data-mapper-usage.md index 4ccbac2..49b2a92 100644 --- a/content/en/docs/workflow-steps/common/advanced-data-mapper-usage.md +++ b/content/en/docs/workflow-steps/common/advanced-data-mapper-usage.md @@ -1,6 +1,7 @@ --- title: Advanced Data Mapper Usage slug: advanced-data-mapper-usage +weight: 1.0 description: Using the advanced features of the Data Mapper date: 2022-01-25T07:39:53 --- diff --git a/content/en/docs/workflow-steps/dimensions/_index.md b/content/en/docs/workflow-steps/dimensions/_index.md index 39225cd..8b17c04 100644 --- a/content/en/docs/workflow-steps/dimensions/_index.md +++ b/content/en/docs/workflow-steps/dimensions/_index.md @@ -1,5 +1,5 @@ --- linktitle: Dimension Steps title: Dimension Steps - +weight: 5.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/dimensions/dimension-clear.md b/content/en/docs/workflow-steps/dimensions/dimension-clear.md index 0b1eedf..987c21d 100644 --- a/content/en/docs/workflow-steps/dimensions/dimension-clear.md +++ b/content/en/docs/workflow-steps/dimensions/dimension-clear.md @@ -1,6 +1,7 @@ --- title: Dimension Clear slug: dimension-clear +weight: 1.0 description: Clears the contents of a dimension including structure, values, aliases, properties, and alternate hierarchies date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/dimensions/dimension-create.md b/content/en/docs/workflow-steps/dimensions/dimension-create.md index 6f14512..e5adfbf 100644 --- a/content/en/docs/workflow-steps/dimensions/dimension-create.md +++ b/content/en/docs/workflow-steps/dimensions/dimension-create.md @@ -1,6 +1,7 @@ --- title: Dimension Create slug: dimension-create +weight: 2.0 description: Creates a dimension for use and loading date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/dimensions/dimension-delete.md b/content/en/docs/workflow-steps/dimensions/dimension-delete.md index 68b45ff..a306061 100644 --- a/content/en/docs/workflow-steps/dimensions/dimension-delete.md +++ b/content/en/docs/workflow-steps/dimensions/dimension-delete.md @@ -1,6 +1,7 @@ --- title: Dimension Delete slug: dimension-delete +weight: 3.0 description: Deletes a dimension along with all associated structure, values, properties, aliases, and alternate hierarchies date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/dimensions/dimension-load.md b/content/en/docs/workflow-steps/dimensions/dimension-load.md index d1f8858..ac348d3 100644 --- a/content/en/docs/workflow-steps/dimensions/dimension-load.md +++ b/content/en/docs/workflow-steps/dimensions/dimension-load.md @@ -1,6 +1,7 @@ --- title: Dimension Load slug: dimension-load +weight: 4.0 description: Load and update dimensions using data date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/dimensions/dimension-sort.md b/content/en/docs/workflow-steps/dimensions/dimension-sort.md index a859bab..bbb85a2 100644 --- a/content/en/docs/workflow-steps/dimensions/dimension-sort.md +++ b/content/en/docs/workflow-steps/dimensions/dimension-sort.md @@ -1,6 +1,7 @@ --- title: Dimension Sort slug: dimension-sort +weight: 5.0 description: Sort dimensions automatically date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/_index.md b/content/en/docs/workflow-steps/document/_index.md index 6a25c86..36f04bc 100644 --- a/content/en/docs/workflow-steps/document/_index.md +++ b/content/en/docs/workflow-steps/document/_index.md @@ -1,5 +1,5 @@ --- linktitle: Document Steps title: Document Steps - +weight: 6.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/document/compress-pdf.md b/content/en/docs/workflow-steps/document/compress-pdf.md index 3f865be..eb512a3 100644 --- a/content/en/docs/workflow-steps/document/compress-pdf.md +++ b/content/en/docs/workflow-steps/document/compress-pdf.md @@ -1,6 +1,7 @@ --- title: Compress PDF slug: compress-pdf +weight: 1.0 description: Applies a PDF compression process to shrink the PDF size date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/concatenate-files.md b/content/en/docs/workflow-steps/document/concatenate-files.md index 056785c..b73ed82 100644 --- a/content/en/docs/workflow-steps/document/concatenate-files.md +++ b/content/en/docs/workflow-steps/document/concatenate-files.md @@ -1,6 +1,7 @@ --- title: Concatenate Files slug: concatenate-files +weight: 2.0 description: Concatenates two or more documents together date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/convert-document-encoding-to-ascii.md b/content/en/docs/workflow-steps/document/convert-document-encoding-to-ascii.md index 47bd77f..f72035f 100644 --- a/content/en/docs/workflow-steps/document/convert-document-encoding-to-ascii.md +++ b/content/en/docs/workflow-steps/document/convert-document-encoding-to-ascii.md @@ -1,6 +1,7 @@ --- title: Convert Document Encoding to ASCII slug: convert-document-encoding-to-ascii +weight: 4.0 description: Updates file encoding and converts all characters to ASCII date: 2022-01-25T07:39:55 --- diff --git a/content/en/docs/workflow-steps/document/convert-document-encoding-to-utf-16.md b/content/en/docs/workflow-steps/document/convert-document-encoding-to-utf-16.md index 3147120..5e6b222 100644 --- a/content/en/docs/workflow-steps/document/convert-document-encoding-to-utf-16.md +++ b/content/en/docs/workflow-steps/document/convert-document-encoding-to-utf-16.md @@ -1,6 +1,7 @@ --- title: Convert Document Encoding to UTF-16 slug: convert-document-encoding-to-utf-16 +weight: 6.0 description: Updates file encoding and converts all characters to UTF-16 date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/document/convert-document-encoding-to-utf-8.md b/content/en/docs/workflow-steps/document/convert-document-encoding-to-utf-8.md index f547ef0..946e31a 100644 --- a/content/en/docs/workflow-steps/document/convert-document-encoding-to-utf-8.md +++ b/content/en/docs/workflow-steps/document/convert-document-encoding-to-utf-8.md @@ -1,6 +1,7 @@ --- title: Convert Document Encoding to UTF-8 slug: convert-document-encoding-to-utf-8 +weight: 5.0 description: Updates file encoding and converts all characters to UTF-8 date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/document/convert-document-encoding.md b/content/en/docs/workflow-steps/document/convert-document-encoding.md index e92bb06..f950c3f 100644 --- a/content/en/docs/workflow-steps/document/convert-document-encoding.md +++ b/content/en/docs/workflow-steps/document/convert-document-encoding.md @@ -1,6 +1,7 @@ --- title: Convert Document Encoding slug: convert-document-encoding +weight: 3.0 description: Concatenates files to form a single file. date: 2022-01-25T07:39:55 --- diff --git a/content/en/docs/workflow-steps/document/convert-image-to-pdf.md b/content/en/docs/workflow-steps/document/convert-image-to-pdf.md index 999bb68..1f412ee 100644 --- a/content/en/docs/workflow-steps/document/convert-image-to-pdf.md +++ b/content/en/docs/workflow-steps/document/convert-image-to-pdf.md @@ -1,6 +1,7 @@ --- title: Convert Image to PDF slug: convert-image-to-pdf +weight: 7.0 description: Converts an image to a PDF document date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/convert-pdf-or-image-to-jpeg.md b/content/en/docs/workflow-steps/document/convert-pdf-or-image-to-jpeg.md index 3789306..75e2f20 100644 --- a/content/en/docs/workflow-steps/document/convert-pdf-or-image-to-jpeg.md +++ b/content/en/docs/workflow-steps/document/convert-pdf-or-image-to-jpeg.md @@ -1,6 +1,7 @@ --- title: Convert PDF or Image to JPEG slug: convert-pdf-or-image-to-jpeg +weight: 8.0 description: Converts a PDF or other image format to JPEG image date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/copy-document-directory.md b/content/en/docs/workflow-steps/document/copy-document-directory.md index c72b6a6..f2bcd90 100644 --- a/content/en/docs/workflow-steps/document/copy-document-directory.md +++ b/content/en/docs/workflow-steps/document/copy-document-directory.md @@ -1,6 +1,7 @@ --- title: Copy Document Directory slug: copy-document-directory +weight: 9.0 description: Copy entire directory in PlaidCloud Document date: 2022-01-25T07:39:55 --- diff --git a/content/en/docs/workflow-steps/document/copy-document-file.md b/content/en/docs/workflow-steps/document/copy-document-file.md index bcf9f7b..c38681b 100644 --- a/content/en/docs/workflow-steps/document/copy-document-file.md +++ b/content/en/docs/workflow-steps/document/copy-document-file.md @@ -1,6 +1,7 @@ --- title: Copy Document File slug: copy-document-file +weight: 10.0 description: Copy a single file within PlaidCloud Document. date: 2022-01-25T07:39:55 --- diff --git a/content/en/docs/workflow-steps/document/create-document-directory.md b/content/en/docs/workflow-steps/document/create-document-directory.md index 2990164..ac2e15a 100644 --- a/content/en/docs/workflow-steps/document/create-document-directory.md +++ b/content/en/docs/workflow-steps/document/create-document-directory.md @@ -1,6 +1,7 @@ --- title: Create Document Directory slug: create-document-directory +weight: 11.0 description: Use PlaidCloud Document to create a new Document Directory date: 2022-01-25T07:40:17 --- diff --git a/content/en/docs/workflow-steps/document/crop-image-to-headshot.md b/content/en/docs/workflow-steps/document/crop-image-to-headshot.md index 3e06510..4143668 100644 --- a/content/en/docs/workflow-steps/document/crop-image-to-headshot.md +++ b/content/en/docs/workflow-steps/document/crop-image-to-headshot.md @@ -1,6 +1,7 @@ --- title: Crop Image to Headshot slug: crop-image-to-headshot +weight: 12.0 description: Automatic headshot cropping of an image date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/delete-document-directory.md b/content/en/docs/workflow-steps/document/delete-document-directory.md index d67edd6..c7e7887 100644 --- a/content/en/docs/workflow-steps/document/delete-document-directory.md +++ b/content/en/docs/workflow-steps/document/delete-document-directory.md @@ -1,6 +1,7 @@ --- title: Delete Document Directory slug: delete-document-directory +weight: 13.0 description: Delete an existing directory from within PlaidCloud Document date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/document/delete-document-file.md b/content/en/docs/workflow-steps/document/delete-document-file.md index 8f7514c..5efa7e9 100644 --- a/content/en/docs/workflow-steps/document/delete-document-file.md +++ b/content/en/docs/workflow-steps/document/delete-document-file.md @@ -1,6 +1,7 @@ --- title: Delete Document File slug: delete-document-file +weight: 14.0 description: Delete an existing file from within PlaidCloud Document date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/document/document-text-substitution.md b/content/en/docs/workflow-steps/document/document-text-substitution.md index 9f09838..d6c33dc 100644 --- a/content/en/docs/workflow-steps/document/document-text-substitution.md +++ b/content/en/docs/workflow-steps/document/document-text-substitution.md @@ -1,6 +1,7 @@ --- title: Document Text Substitution slug: document-text-substitution +weight: 15.0 description: Perform text substitution within a specified file date: 2022-01-25T07:39:52 --- diff --git a/content/en/docs/workflow-steps/document/fix-file-extension.md b/content/en/docs/workflow-steps/document/fix-file-extension.md index 023da5e..e371bd1 100644 --- a/content/en/docs/workflow-steps/document/fix-file-extension.md +++ b/content/en/docs/workflow-steps/document/fix-file-extension.md @@ -1,6 +1,7 @@ --- title: Fix File Extension slug: fix-file-extension +weight: 16.0 description: Determines the proper file extension and renames the file date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/merge-multiple-pdfs.md b/content/en/docs/workflow-steps/document/merge-multiple-pdfs.md index 53fb411..d108df0 100644 --- a/content/en/docs/workflow-steps/document/merge-multiple-pdfs.md +++ b/content/en/docs/workflow-steps/document/merge-multiple-pdfs.md @@ -1,6 +1,7 @@ --- title: Merge Multiple PDFs slug: merge-multiple-pdfs +weight: 17.0 description: Merges multiple PDFs into a single PDF document date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/rename-document-directory.md b/content/en/docs/workflow-steps/document/rename-document-directory.md index 0e6834a..3586c23 100644 --- a/content/en/docs/workflow-steps/document/rename-document-directory.md +++ b/content/en/docs/workflow-steps/document/rename-document-directory.md @@ -1,6 +1,7 @@ --- title: Rename Document Directory slug: rename-document-directory +weight: 18.0 description: Rename an existing directory in PlaidCloud Document date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/document/rename-document-file.md b/content/en/docs/workflow-steps/document/rename-document-file.md index c59c409..dd7fcbb 100644 --- a/content/en/docs/workflow-steps/document/rename-document-file.md +++ b/content/en/docs/workflow-steps/document/rename-document-file.md @@ -1,6 +1,7 @@ --- title: Rename Document File slug: rename-document-file +weight: 18.0 description: Rename an existing file in PlaidCloud Document date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/export/_index.md b/content/en/docs/workflow-steps/export/_index.md index b8a957f..b5d9adf 100644 --- a/content/en/docs/workflow-steps/export/_index.md +++ b/content/en/docs/workflow-steps/export/_index.md @@ -1,5 +1,5 @@ --- linktitle: Export Steps title: Export Steps - +weight: 3.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/export/export-html.md b/content/en/docs/workflow-steps/export/export-html.md index 468bdfe..4188ba3 100644 --- a/content/en/docs/workflow-steps/export/export-html.md +++ b/content/en/docs/workflow-steps/export/export-html.md @@ -1,6 +1,7 @@ --- title: Export to HTML slug: export-html +weight: 6.0 description: Export an Analyze data table to PlaidCloud Document as an HTML file date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-project-table.md b/content/en/docs/workflow-steps/export/export-project-table.md index 3598dd5..b3af4c6 100644 --- a/content/en/docs/workflow-steps/export/export-project-table.md +++ b/content/en/docs/workflow-steps/export/export-project-table.md @@ -1,6 +1,7 @@ --- title: Export to External Project Table slug: export-external-project-table +weight: 3.0 description: Export data from a project table to different project's table. date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/export/export-quandl.md b/content/en/docs/workflow-steps/export/export-quandl.md index 6636480..3a7376f 100644 --- a/content/en/docs/workflow-steps/export/export-quandl.md +++ b/content/en/docs/workflow-steps/export/export-quandl.md @@ -1,6 +1,7 @@ --- title: Export to Quandl slug: export-quandl +weight: 8.0 description: Export an Analyze data table to Quandl’s database date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-sql.md b/content/en/docs/workflow-steps/export/export-sql.md index 94ad479..35740e8 100644 --- a/content/en/docs/workflow-steps/export/export-sql.md +++ b/content/en/docs/workflow-steps/export/export-sql.md @@ -1,6 +1,7 @@ --- title: Export to SQL slug: export-sql +weight: 9.0 description: Export an Analyze data table to PlaidCloud Document as an SQL date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-to-csv.md b/content/en/docs/workflow-steps/export/export-to-csv.md index 586806c..ce6551b 100644 --- a/content/en/docs/workflow-steps/export/export-to-csv.md +++ b/content/en/docs/workflow-steps/export/export-to-csv.md @@ -1,6 +1,7 @@ --- title: Export to CSV slug: export-to-csv +weight: 1.0 description: Export an Analyze data table to PlaidCloud Document as a CSV delimited file date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-to-excel.md b/content/en/docs/workflow-steps/export/export-to-excel.md index 8d17814..f1cd10b 100644 --- a/content/en/docs/workflow-steps/export/export-to-excel.md +++ b/content/en/docs/workflow-steps/export/export-to-excel.md @@ -1,6 +1,7 @@ --- title: Export to Excel slug: export-to-excel +weight: 2.0 description: Export an Analyze data table to PlaidCloud Document as a Microsoft Excel file date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-to-google-spreadsheet.md b/content/en/docs/workflow-steps/export/export-to-google-spreadsheet.md index 4e82884..96bc538 100644 --- a/content/en/docs/workflow-steps/export/export-to-google-spreadsheet.md +++ b/content/en/docs/workflow-steps/export/export-to-google-spreadsheet.md @@ -1,6 +1,7 @@ --- title: Export to Google Spreadsheet slug: export-to-google-spreadsheet +weight: 4.0 description: Export an Analyze data table to Google Drive as a Google Spreadsheet date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-to-hdf.md b/content/en/docs/workflow-steps/export/export-to-hdf.md index a08ecbb..7b989da 100644 --- a/content/en/docs/workflow-steps/export/export-to-hdf.md +++ b/content/en/docs/workflow-steps/export/export-to-hdf.md @@ -1,6 +1,7 @@ --- title: Export to HDF slug: export-to-hdf +weight: 5.0 description: Export an Analyze data table to PlaidCloud Document as an HDF5 file date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-to-json.md b/content/en/docs/workflow-steps/export/export-to-json.md index 1a951d8..5e57c70 100644 --- a/content/en/docs/workflow-steps/export/export-to-json.md +++ b/content/en/docs/workflow-steps/export/export-to-json.md @@ -1,6 +1,7 @@ --- title: Export to JSON slug: export-to-json +weight: 7.0 description: Export an Analyze data table to PlaidCloud Document as a JSON file date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-to-table-archive.md b/content/en/docs/workflow-steps/export/export-to-table-archive.md index 2a2ef54..cdd7dd6 100644 --- a/content/en/docs/workflow-steps/export/export-to-table-archive.md +++ b/content/en/docs/workflow-steps/export/export-to-table-archive.md @@ -1,6 +1,7 @@ --- title: Export to Table Archive slug: export-to-table-archive +weight: 10.0 description: Exports PlaidCloud table archive file date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/export/export-to-xml.md b/content/en/docs/workflow-steps/export/export-to-xml.md index 7570f0e..2ce0ae2 100644 --- a/content/en/docs/workflow-steps/export/export-to-xml.md +++ b/content/en/docs/workflow-steps/export/export-to-xml.md @@ -1,6 +1,7 @@ --- title: Export to XML slug: export-to-xml +weight: 11.0 description: Export an Analyze data table to PlaidCloud Document as an XML file. date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/general/_index.md b/content/en/docs/workflow-steps/general/_index.md index 513bca1..85cd16c 100644 --- a/content/en/docs/workflow-steps/general/_index.md +++ b/content/en/docs/workflow-steps/general/_index.md @@ -1,5 +1,5 @@ --- linktitle: General Steps title: General Steps - +weight: 9.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/general/pass.md b/content/en/docs/workflow-steps/general/pass.md index bbc1b11..d278390 100644 --- a/content/en/docs/workflow-steps/general/pass.md +++ b/content/en/docs/workflow-steps/general/pass.md @@ -1,6 +1,7 @@ --- title: Pass slug: pass +weight: 1.0 description: This does nothing but may be useful for documenting workflows date: 2022-01-25T07:39:51 --- diff --git a/content/en/docs/workflow-steps/general/run-remote-python.md b/content/en/docs/workflow-steps/general/run-remote-python.md index 3385b13..4015994 100644 --- a/content/en/docs/workflow-steps/general/run-remote-python.md +++ b/content/en/docs/workflow-steps/general/run-remote-python.md @@ -1,6 +1,7 @@ --- title: Run Remote Python slug: run-remote-python +weight: 2.0 description: Run a Python file using PlaidLink date: 2022-01-25T07:39:50 --- diff --git a/content/en/docs/workflow-steps/general/user-defined-transform.md b/content/en/docs/workflow-steps/general/user-defined-transform.md index de34bb2..7a78a40 100644 --- a/content/en/docs/workflow-steps/general/user-defined-transform.md +++ b/content/en/docs/workflow-steps/general/user-defined-transform.md @@ -1,6 +1,7 @@ --- title: User Defined Transform slug: user-defined-transform +weight: 3.0 description: Use Python and Pandas directly in a workflow date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/general/wait.md b/content/en/docs/workflow-steps/general/wait.md index 4c3ce49..bea34b2 100644 --- a/content/en/docs/workflow-steps/general/wait.md +++ b/content/en/docs/workflow-steps/general/wait.md @@ -1,6 +1,7 @@ --- title: Wait slug: wait +weight: 4.0 description: Pauses workflow execution for a specified period of time date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/import/_index.md b/content/en/docs/workflow-steps/import/_index.md index 7242d1f..eaaa9ea 100644 --- a/content/en/docs/workflow-steps/import/_index.md +++ b/content/en/docs/workflow-steps/import/_index.md @@ -1,5 +1,5 @@ --- linktitle: Import Steps title: Import Steps - +weight: 2.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/import/import-archive.md b/content/en/docs/workflow-steps/import/import-archive.md index 9cdd9cf..1b10981 100644 --- a/content/en/docs/workflow-steps/import/import-archive.md +++ b/content/en/docs/workflow-steps/import/import-archive.md @@ -1,6 +1,7 @@ --- title: Import Archive slug: import-archive +weight: 1.0 description: Import an archived project date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/import/import-csv.md b/content/en/docs/workflow-steps/import/import-csv.md index 62c1e8f..4f56dc5 100644 --- a/content/en/docs/workflow-steps/import/import-csv.md +++ b/content/en/docs/workflow-steps/import/import-csv.md @@ -1,7 +1,7 @@ --- title: Import CSV slug: import-csv -description: Import delimited text files from PlaidCloud Document +weight: 2.0 date: 2022-01-25T07:39:55 --- diff --git a/content/en/docs/workflow-steps/import/import-excel.md b/content/en/docs/workflow-steps/import/import-excel.md index 9910941..fc5f4d7 100644 --- a/content/en/docs/workflow-steps/import/import-excel.md +++ b/content/en/docs/workflow-steps/import/import-excel.md @@ -1,6 +1,7 @@ --- title: Import Excel slug: import-excel +weight: 3.0 description: Import worksheets from Excel files within PlaidCloud Document date: 2022-01-25T07:39:55 --- diff --git a/content/en/docs/workflow-steps/import/import-external-database-tables.md b/content/en/docs/workflow-steps/import/import-external-database-tables.md index 9878851..366f391 100644 --- a/content/en/docs/workflow-steps/import/import-external-database-tables.md +++ b/content/en/docs/workflow-steps/import/import-external-database-tables.md @@ -1,6 +1,7 @@ --- title: Import External Database Tables slug: import-external-database-tables +weight: 4.0 description: Import all or a subset of tables in an external database date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/workflow-steps/import/import-fixed-width.md b/content/en/docs/workflow-steps/import/import-fixed-width.md index 567c6c0..5a05b3e 100644 --- a/content/en/docs/workflow-steps/import/import-fixed-width.md +++ b/content/en/docs/workflow-steps/import/import-fixed-width.md @@ -1,6 +1,7 @@ --- title: Import Fixed Width slug: import-fixed-width +weight: 5.0 description: Import Fixed Width files date: 2022-01-25T07:39:55 --- diff --git a/content/en/docs/workflow-steps/import/import-google-bigquery.md b/content/en/docs/workflow-steps/import/import-google-bigquery.md index 477e039..4d78355 100644 --- a/content/en/docs/workflow-steps/import/import-google-bigquery.md +++ b/content/en/docs/workflow-steps/import/import-google-bigquery.md @@ -1,6 +1,7 @@ --- title: Import Google BigQuery slug: import-google-bigquery +weight: 6.0 description: Import Google BigQuery files date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/import/import-google-spreadsheet.md b/content/en/docs/workflow-steps/import/import-google-spreadsheet.md index 6821419..acfb6f2 100644 --- a/content/en/docs/workflow-steps/import/import-google-spreadsheet.md +++ b/content/en/docs/workflow-steps/import/import-google-spreadsheet.md @@ -1,6 +1,7 @@ --- title: Import Google Spreadsheet slug: import-google-spreadsheet +weight: 7.0 description: Import specific worksheets from Google Spreadsheet files date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/import/import-hdf.md b/content/en/docs/workflow-steps/import/import-hdf.md index 3104db8..8b521dc 100644 --- a/content/en/docs/workflow-steps/import/import-hdf.md +++ b/content/en/docs/workflow-steps/import/import-hdf.md @@ -1,6 +1,7 @@ --- title: Import HDF slug: import-hdf +weight: 8.0 description: Import HDF5 files from PlaidCloud Document date: 2022-01-25T07:39:58 --- diff --git a/content/en/docs/workflow-steps/import/import-html.md b/content/en/docs/workflow-steps/import/import-html.md index fe293a8..8252dba 100644 --- a/content/en/docs/workflow-steps/import/import-html.md +++ b/content/en/docs/workflow-steps/import/import-html.md @@ -1,6 +1,7 @@ --- title: Import HTML slug: import-html +weight: 9.0 description: Import HTML table data from the internet date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/import/import-json.md b/content/en/docs/workflow-steps/import/import-json.md index 4f4d795..e35fe7c 100644 --- a/content/en/docs/workflow-steps/import/import-json.md +++ b/content/en/docs/workflow-steps/import/import-json.md @@ -1,6 +1,7 @@ --- title: Import JSON slug: import-json +weight: 10.0 description: Import JSON text files from PlaidCloud Document date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/import/import-project-table.md b/content/en/docs/workflow-steps/import/import-project-table.md index f8cc6eb..3fc58ed 100644 --- a/content/en/docs/workflow-steps/import/import-project-table.md +++ b/content/en/docs/workflow-steps/import/import-project-table.md @@ -1,6 +1,7 @@ --- title: Import Project Table slug: import-project-table +weight: 11.0 description: Import table data from a different project date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/import/import-quandl.md b/content/en/docs/workflow-steps/import/import-quandl.md index 25c6343..52e676f 100644 --- a/content/en/docs/workflow-steps/import/import-quandl.md +++ b/content/en/docs/workflow-steps/import/import-quandl.md @@ -1,6 +1,7 @@ --- title: Import Quandl slug: import-quandl +weight: 12.0 description: Imports data sets from Quandl’s repository of millions of data sets date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/import/import-sas7bdat.md b/content/en/docs/workflow-steps/import/import-sas7bdat.md index f29a946..3a11cc9 100644 --- a/content/en/docs/workflow-steps/import/import-sas7bdat.md +++ b/content/en/docs/workflow-steps/import/import-sas7bdat.md @@ -1,6 +1,7 @@ --- title: Import SAS7BDAT slug: import-sas7bdat +weight: 13.0 description: Import SAS table files from PlaidCloud Document date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/import/import-spss.md b/content/en/docs/workflow-steps/import/import-spss.md index fb596a8..3e8d08a 100644 --- a/content/en/docs/workflow-steps/import/import-spss.md +++ b/content/en/docs/workflow-steps/import/import-spss.md @@ -1,6 +1,7 @@ --- title: Import SPSS slug: import-spss +weight: 14.0 description: Import SPSS sav and zsav files from PlaidCloud Document date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/import/import-sql.md b/content/en/docs/workflow-steps/import/import-sql.md index bbe9063..9c11b17 100644 --- a/content/en/docs/workflow-steps/import/import-sql.md +++ b/content/en/docs/workflow-steps/import/import-sql.md @@ -1,6 +1,7 @@ --- title: Import SQL slug: import-sql +weight: 15.0 description: Import data from a remote SQL database. date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/import/import-stata.md b/content/en/docs/workflow-steps/import/import-stata.md index 097591d..ba22a43 100644 --- a/content/en/docs/workflow-steps/import/import-stata.md +++ b/content/en/docs/workflow-steps/import/import-stata.md @@ -1,6 +1,7 @@ --- title: Import Stata slug: import-stata +weight: 16.0 description: Import Stata files from PlaidCloud Document date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/import/import-xml.md b/content/en/docs/workflow-steps/import/import-xml.md index 13c042d..b757fc3 100644 --- a/content/en/docs/workflow-steps/import/import-xml.md +++ b/content/en/docs/workflow-steps/import/import-xml.md @@ -1,6 +1,7 @@ --- title: Import XML slug: import-xml +weight: 17.0 description: Import XML data as an XML file date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/notifications/_index.md b/content/en/docs/workflow-steps/notifications/_index.md index 6046441..06dc20d 100644 --- a/content/en/docs/workflow-steps/notifications/_index.md +++ b/content/en/docs/workflow-steps/notifications/_index.md @@ -1,5 +1,5 @@ --- linktitle: Notification Steps title: Notification Steps - +weight: 7.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/notifications/notify-distribution-group.md b/content/en/docs/workflow-steps/notifications/notify-distribution-group.md index 2fb48f5..bead716 100644 --- a/content/en/docs/workflow-steps/notifications/notify-distribution-group.md +++ b/content/en/docs/workflow-steps/notifications/notify-distribution-group.md @@ -1,6 +1,7 @@ --- title: Notify Distribution Group slug: notify-distribution-group +weight: 1.0 description: Send an email to a PlaidCloud distribution group date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/notifications/notify-via-agent.md b/content/en/docs/workflow-steps/notifications/notify-via-agent.md index 3cc98a1..80dcbfc 100644 --- a/content/en/docs/workflow-steps/notifications/notify-via-agent.md +++ b/content/en/docs/workflow-steps/notifications/notify-via-agent.md @@ -1,6 +1,7 @@ --- title: Notify Agent slug: notify-via-agent +weight: 2.0 description: Notify a PlaidCloud Agent date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/notifications/notify-via-email.md b/content/en/docs/workflow-steps/notifications/notify-via-email.md index ce50f88..079d939 100644 --- a/content/en/docs/workflow-steps/notifications/notify-via-email.md +++ b/content/en/docs/workflow-steps/notifications/notify-via-email.md @@ -1,6 +1,7 @@ --- title: Notify Via Email slug: notify-via-email +weight: 3.0 description: Send email notifications date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/notifications/notify-via-log.md b/content/en/docs/workflow-steps/notifications/notify-via-log.md index 8acff7b..4355974 100644 --- a/content/en/docs/workflow-steps/notifications/notify-via-log.md +++ b/content/en/docs/workflow-steps/notifications/notify-via-log.md @@ -1,6 +1,7 @@ --- title: Notify Via Log slug: notify-via-log +weight: 4.0 description: Write a message to the Analyze workflow log date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/notifications/notify-via-microsoft-teams.md b/content/en/docs/workflow-steps/notifications/notify-via-microsoft-teams.md index 41350fe..fe5b83c 100644 --- a/content/en/docs/workflow-steps/notifications/notify-via-microsoft-teams.md +++ b/content/en/docs/workflow-steps/notifications/notify-via-microsoft-teams.md @@ -1,6 +1,7 @@ --- title: Notify via Microsoft Teams slug: notify-via-microsoft-teams +weight: 5.0 description: Send notifications to Microsoft Teams channels date: 2022-01-25T07:40:21 --- diff --git a/content/en/docs/workflow-steps/notifications/notify-via-slack.md b/content/en/docs/workflow-steps/notifications/notify-via-slack.md index 35b73d4..5f791cd 100644 --- a/content/en/docs/workflow-steps/notifications/notify-via-slack.md +++ b/content/en/docs/workflow-steps/notifications/notify-via-slack.md @@ -1,6 +1,7 @@ --- title: Notify via Slack slug: notify-via-slack +weight: 6.0 description: Send Slack notifications date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/notifications/notify-via-sms.md b/content/en/docs/workflow-steps/notifications/notify-via-sms.md index fd54005..a7525b0 100644 --- a/content/en/docs/workflow-steps/notifications/notify-via-sms.md +++ b/content/en/docs/workflow-steps/notifications/notify-via-sms.md @@ -1,6 +1,7 @@ --- title: Notify Via SMS slug: notify-via-sms +weight: 7.0 description: Send an SMS message date: 2022-01-25T07:39:57 --- diff --git a/content/en/docs/workflow-steps/notifications/notify-via-twitter.md b/content/en/docs/workflow-steps/notifications/notify-via-twitter.md index 8488254..7d0054d 100644 --- a/content/en/docs/workflow-steps/notifications/notify-via-twitter.md +++ b/content/en/docs/workflow-steps/notifications/notify-via-twitter.md @@ -1,6 +1,7 @@ --- title: Notify Via Twitter slug: notify-via-twitter +weight: 8.0 description: Send a direct message from PlaidCloud date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/notifications/notify-via-web-hook.md b/content/en/docs/workflow-steps/notifications/notify-via-web-hook.md index a046f25..3f3a68e 100644 --- a/content/en/docs/workflow-steps/notifications/notify-via-web-hook.md +++ b/content/en/docs/workflow-steps/notifications/notify-via-web-hook.md @@ -1,6 +1,7 @@ --- title: Notify Via Web Hook slug: notify-via-web-hook +weight: 9.0 description: Send a notification via Web Hook (URL) date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/reports/_index.md b/content/en/docs/workflow-steps/reports/_index.md index f40b7c8..f3ea995 100644 --- a/content/en/docs/workflow-steps/reports/_index.md +++ b/content/en/docs/workflow-steps/reports/_index.md @@ -1,5 +1,5 @@ --- linktitle: PDF Reporting Steps title: PDF Reporting Steps - +weight: 10.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/reports/report-single.md b/content/en/docs/workflow-steps/reports/report-single.md index 70a4bc5..6e1dae0 100644 --- a/content/en/docs/workflow-steps/reports/report-single.md +++ b/content/en/docs/workflow-steps/reports/report-single.md @@ -1,6 +1,7 @@ --- title: Report Single slug: report-single +weight: 1.0 description: Generate a PDF document based on specific data from the report date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/reports/reports-batch.md b/content/en/docs/workflow-steps/reports/reports-batch.md index bb7f7f6..1d672b6 100644 --- a/content/en/docs/workflow-steps/reports/reports-batch.md +++ b/content/en/docs/workflow-steps/reports/reports-batch.md @@ -1,6 +1,7 @@ --- title: Reports Batch slug: reports-batch +weight: 2.0 description: Generate multiple PDF documents based on specific data from each report date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/sap-pcm/_index.md b/content/en/docs/workflow-steps/sap-pcm/_index.md index 1dcee72..8fb63da 100644 --- a/content/en/docs/workflow-steps/sap-pcm/_index.md +++ b/content/en/docs/workflow-steps/sap-pcm/_index.md @@ -1,5 +1,5 @@ --- linktitle: SAP PCM Steps title: SAP PCM Steps - +weight: 16.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/sap/_index.md b/content/en/docs/workflow-steps/sap/_index.md index 86ef83d..4bf491c 100644 --- a/content/en/docs/workflow-steps/sap/_index.md +++ b/content/en/docs/workflow-steps/sap/_index.md @@ -1,5 +1,5 @@ --- linktitle: SAP ECC and S/4HANA Steps title: SAP ECC and S/4HANA Steps - +weight: 15.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/tables/_index.md b/content/en/docs/workflow-steps/tables/_index.md index eb91579..af50fe6 100644 --- a/content/en/docs/workflow-steps/tables/_index.md +++ b/content/en/docs/workflow-steps/tables/_index.md @@ -1,5 +1,5 @@ --- linktitle: Table Steps title: Table Steps - +weight: 4.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/tables/table-anti-join.md b/content/en/docs/workflow-steps/tables/table-anti-join.md index 8f8023e..68c1e52 100644 --- a/content/en/docs/workflow-steps/tables/table-anti-join.md +++ b/content/en/docs/workflow-steps/tables/table-anti-join.md @@ -1,6 +1,7 @@ --- title: Table Anti Join slug: table-anti-join +weight: 1.0 description: This function provides an unmatched set of data between two tables date: 2022-01-25T07:39:50 --- diff --git a/content/en/docs/workflow-steps/tables/table-append.md b/content/en/docs/workflow-steps/tables/table-append.md index d040d36..0486dcd 100644 --- a/content/en/docs/workflow-steps/tables/table-append.md +++ b/content/en/docs/workflow-steps/tables/table-append.md @@ -1,6 +1,7 @@ --- title: Table Append slug: table-append +weight: 2.0 description: Used append data to an existing table. --- diff --git a/content/en/docs/workflow-steps/tables/table-clear.md b/content/en/docs/workflow-steps/tables/table-clear.md index cc66521..fb3aaec 100644 --- a/content/en/docs/workflow-steps/tables/table-clear.md +++ b/content/en/docs/workflow-steps/tables/table-clear.md @@ -1,6 +1,7 @@ --- title: Table Clear slug: table-clear +weight: 3.0 description: Clear the contents of an existing data table without deleting the actual data table date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/tables/table-copy.md b/content/en/docs/workflow-steps/tables/table-copy.md index e5aafd2..18a8940 100644 --- a/content/en/docs/workflow-steps/tables/table-copy.md +++ b/content/en/docs/workflow-steps/tables/table-copy.md @@ -1,6 +1,7 @@ --- title: Table Copy slug: table-copy +weight: 4.0 description: Create a copy of a data table date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/tables/table-cross-join.md b/content/en/docs/workflow-steps/tables/table-cross-join.md index 84f48a4..7c5efa4 100644 --- a/content/en/docs/workflow-steps/tables/table-cross-join.md +++ b/content/en/docs/workflow-steps/tables/table-cross-join.md @@ -1,6 +1,7 @@ --- title: Table Cross Join slug: table-cross-join +weight: 5.0 description: Use this function to perform an cross join between two data tables date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/tables/table-drop.md b/content/en/docs/workflow-steps/tables/table-drop.md index 4c02e3c..da382c2 100644 --- a/content/en/docs/workflow-steps/tables/table-drop.md +++ b/content/en/docs/workflow-steps/tables/table-drop.md @@ -1,6 +1,7 @@ --- title: Table Drop slug: table-drop +weight: 6.0 description: Drop/Delete a data table date: 2022-05-10T14:00:00 --- diff --git a/content/en/docs/workflow-steps/tables/table-extract.md b/content/en/docs/workflow-steps/tables/table-extract.md index e27abe5..fec92fd 100644 --- a/content/en/docs/workflow-steps/tables/table-extract.md +++ b/content/en/docs/workflow-steps/tables/table-extract.md @@ -1,6 +1,7 @@ --- title: Table Extract slug: table-extract +weight: 7.0 description: This function helps to extract data from one table and place it in another date: 2022-01-25T07:39:50 --- diff --git a/content/en/docs/workflow-steps/tables/table-faker.md b/content/en/docs/workflow-steps/tables/table-faker.md index e5be665..031b995 100644 --- a/content/en/docs/workflow-steps/tables/table-faker.md +++ b/content/en/docs/workflow-steps/tables/table-faker.md @@ -1,6 +1,7 @@ --- title: Table Faker slug: table-faker +weight: 8.0 description: This function generates fake data date: 2022-01-25T07:39:50 --- diff --git a/content/en/docs/workflow-steps/tables/table-in-place-delete.md b/content/en/docs/workflow-steps/tables/table-in-place-delete.md index 3158833..93360c3 100644 --- a/content/en/docs/workflow-steps/tables/table-in-place-delete.md +++ b/content/en/docs/workflow-steps/tables/table-in-place-delete.md @@ -1,6 +1,7 @@ --- title: Table In-Place Delete slug: table-in-place-delete +weight: 9.0 description: Performs a delete on the table using the specified filter conditions date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/tables/table-in-place-update.md b/content/en/docs/workflow-steps/tables/table-in-place-update.md index 22d4742..a4296c7 100644 --- a/content/en/docs/workflow-steps/tables/table-in-place-update.md +++ b/content/en/docs/workflow-steps/tables/table-in-place-update.md @@ -1,6 +1,7 @@ --- title: Table In-Place Update slug: table-in-place-update +weight: 10.0 description: Performs an update on the table using the specified filter conditions and value settings date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/tables/table-inner-join.md b/content/en/docs/workflow-steps/tables/table-inner-join.md index 4e86e69..04596e8 100644 --- a/content/en/docs/workflow-steps/tables/table-inner-join.md +++ b/content/en/docs/workflow-steps/tables/table-inner-join.md @@ -1,6 +1,7 @@ --- title: Table Inner Join slug: table-inner-join +weight: 11.0 description: Use this function to perform an inner join between two data tables date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/tables/table-lookup.md b/content/en/docs/workflow-steps/tables/table-lookup.md index ed1c72a..aa5fa1c 100644 --- a/content/en/docs/workflow-steps/tables/table-lookup.md +++ b/content/en/docs/workflow-steps/tables/table-lookup.md @@ -1,6 +1,7 @@ --- title: Table Lookup slug: table-lookup +weight: 12.0 description: Similar to Microsoft Excel, this workflow function also increases process performance date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/tables/table-melt.md b/content/en/docs/workflow-steps/tables/table-melt.md index e33a67f..1acb805 100644 --- a/content/en/docs/workflow-steps/tables/table-melt.md +++ b/content/en/docs/workflow-steps/tables/table-melt.md @@ -1,6 +1,7 @@ --- title: Table Melt slug: table-melt +weight: 13.0 description: Flip columns to rows date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/tables/table-outer-join.md b/content/en/docs/workflow-steps/tables/table-outer-join.md index f2ccb51..b658476 100644 --- a/content/en/docs/workflow-steps/tables/table-outer-join.md +++ b/content/en/docs/workflow-steps/tables/table-outer-join.md @@ -1,6 +1,7 @@ --- title: Table Outer Join slug: table-outer-join +weight: 14.0 description: Combine data tables using specified join key(s) date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/tables/table-pivot.md b/content/en/docs/workflow-steps/tables/table-pivot.md index 3444f02..15ec8df 100644 --- a/content/en/docs/workflow-steps/tables/table-pivot.md +++ b/content/en/docs/workflow-steps/tables/table-pivot.md @@ -1,6 +1,7 @@ --- title: Table Pivot slug: table-pivot +weight: 15.0 description: Flip rows to columns date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/tables/table-union-all.md b/content/en/docs/workflow-steps/tables/table-union-all.md index b60fe81..af9a9cb 100644 --- a/content/en/docs/workflow-steps/tables/table-union-all.md +++ b/content/en/docs/workflow-steps/tables/table-union-all.md @@ -1,6 +1,7 @@ --- title: Table Union All slug: table-union-all +weight: 16.0 description: Access history to all created workflow data tables date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/tables/table-union-distinct.md b/content/en/docs/workflow-steps/tables/table-union-distinct.md index 92a56ae..63b27de 100644 --- a/content/en/docs/workflow-steps/tables/table-union-distinct.md +++ b/content/en/docs/workflow-steps/tables/table-union-distinct.md @@ -1,6 +1,7 @@ --- title: Table Union Distinct slug: table-union-distinct +weight: 17.0 description: Consolidate data tables date: 2022-01-25T07:39:49 --- diff --git a/content/en/docs/workflow-steps/tables/table-upsert.md b/content/en/docs/workflow-steps/tables/table-upsert.md index ba5633a..d161293 100644 --- a/content/en/docs/workflow-steps/tables/table-upsert.md +++ b/content/en/docs/workflow-steps/tables/table-upsert.md @@ -1,6 +1,7 @@ --- title: Table Upsert slug: table-upsert +weight: 18.0 description: Perform an update of existing records or append new ones date: 2022-01-25T07:40:19 --- diff --git a/content/en/docs/workflow-steps/workflow-control/_index.md b/content/en/docs/workflow-steps/workflow-control/_index.md index c964d6a..31c7373 100644 --- a/content/en/docs/workflow-steps/workflow-control/_index.md +++ b/content/en/docs/workflow-steps/workflow-control/_index.md @@ -1,4 +1,5 @@ --- linktitle: Workflow Control Steps title: Workflow Control Steps +weight: 1.0 --- \ No newline at end of file diff --git a/content/en/docs/workflow-steps/workflow-control/clear-workflow-log.md b/content/en/docs/workflow-steps/workflow-control/clear-workflow-log.md index 1846948..17ce24c 100644 --- a/content/en/docs/workflow-steps/workflow-control/clear-workflow-log.md +++ b/content/en/docs/workflow-steps/workflow-control/clear-workflow-log.md @@ -1,6 +1,7 @@ --- title: Clear Workflow Log slug: clear-workflow-log +weight: 11.0 description: Clear the Log from an existing PlaidCloud 'Analyze' Workflow date: 2022-01-25T07:39:52 --- diff --git a/content/en/docs/workflow-steps/workflow-control/copy-workflow.md b/content/en/docs/workflow-steps/workflow-control/copy-workflow.md index 6648e0b..2805cc2 100644 --- a/content/en/docs/workflow-steps/workflow-control/copy-workflow.md +++ b/content/en/docs/workflow-steps/workflow-control/copy-workflow.md @@ -1,6 +1,7 @@ --- title: Copy Workflow slug: copy-workflow +weight: 4.0 description: Make a copy of an existing PlaidCloud Analyze workflow date: 2022-01-25T07:39:52 --- diff --git a/content/en/docs/workflow-steps/workflow-control/create-workflow.md b/content/en/docs/workflow-steps/workflow-control/create-workflow.md index 9ec3446..d1e3422 100644 --- a/content/en/docs/workflow-steps/workflow-control/create-workflow.md +++ b/content/en/docs/workflow-steps/workflow-control/create-workflow.md @@ -1,6 +1,7 @@ --- title: Create Workflow slug: create-workflow +weight: 1.0 description: Create a new workflow in 'Analyze' date: 2022-01-25T07:40:17 --- diff --git a/content/en/docs/workflow-steps/workflow-control/delete-workflow.md b/content/en/docs/workflow-steps/workflow-control/delete-workflow.md index 59debf5..f6f50ab 100644 --- a/content/en/docs/workflow-steps/workflow-control/delete-workflow.md +++ b/content/en/docs/workflow-steps/workflow-control/delete-workflow.md @@ -1,6 +1,7 @@ --- title: Delete Workflow slug: delete-workflow +weight: 6.0 description: Delete an existing PlaidCloud Analyze workflow date: 2022-01-25T07:39:56 --- diff --git a/content/en/docs/workflow-steps/workflow-control/raise-workflow-error.md b/content/en/docs/workflow-steps/workflow-control/raise-workflow-error.md index 67c076a..f56af2c 100644 --- a/content/en/docs/workflow-steps/workflow-control/raise-workflow-error.md +++ b/content/en/docs/workflow-steps/workflow-control/raise-workflow-error.md @@ -1,6 +1,7 @@ --- title: Raise Workflow Error slug: raise-workflow-error +weight: 10.0 description: Raises an error in a workflow date: 2022-01-25T07:39:51 --- diff --git a/content/en/docs/workflow-steps/workflow-control/rename-workflow.md b/content/en/docs/workflow-steps/workflow-control/rename-workflow.md index 6ae28d5..2fb07e7 100644 --- a/content/en/docs/workflow-steps/workflow-control/rename-workflow.md +++ b/content/en/docs/workflow-steps/workflow-control/rename-workflow.md @@ -1,6 +1,7 @@ --- title: Rename Workflow slug: rename-workflow +weight: 5.0 description: Rename an Existing PlaidCloud Analyze Workflow date: 2022-01-25T07:39:51 --- diff --git a/content/en/docs/workflow-steps/workflow-control/run-workflow.md b/content/en/docs/workflow-steps/workflow-control/run-workflow.md index 672d1d9..4a073eb 100644 --- a/content/en/docs/workflow-steps/workflow-control/run-workflow.md +++ b/content/en/docs/workflow-steps/workflow-control/run-workflow.md @@ -1,6 +1,7 @@ --- title: Run Workflow slug: run-workflow +weight: 2.0 description: Run an existing workflow date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/workflow-control/set-project-variable.md b/content/en/docs/workflow-steps/workflow-control/set-project-variable.md index 6ad39c1..37a723a 100644 --- a/content/en/docs/workflow-steps/workflow-control/set-project-variable.md +++ b/content/en/docs/workflow-steps/workflow-control/set-project-variable.md @@ -1,6 +1,7 @@ --- title: Set Project Variable slug: set-project-variable +weight: 7.0 description: Set a project variable for use during a workflow date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/workflow-control/set-workflow-variable.md b/content/en/docs/workflow-steps/workflow-control/set-workflow-variable.md index 417afb7..710ae8e 100644 --- a/content/en/docs/workflow-steps/workflow-control/set-workflow-variable.md +++ b/content/en/docs/workflow-steps/workflow-control/set-workflow-variable.md @@ -1,6 +1,7 @@ --- title: Set Workflow Variable slug: set-workflow-variable +weight: 8.0 description: Set variables during a workflow date: 2022-01-25T07:40:18 --- diff --git a/content/en/docs/workflow-steps/workflow-control/stop-workflow.md b/content/en/docs/workflow-steps/workflow-control/stop-workflow.md index 7b36557..d2ba54c 100644 --- a/content/en/docs/workflow-steps/workflow-control/stop-workflow.md +++ b/content/en/docs/workflow-steps/workflow-control/stop-workflow.md @@ -1,6 +1,7 @@ --- title: Stop Workflow slug: stop-workflow +weight: 3.0 description: Stop an existing, running workflow date: 2022-01-25T07:39:50 --- diff --git a/content/en/docs/workflow-steps/workflow-control/workflow-loop.md b/content/en/docs/workflow-steps/workflow-control/workflow-loop.md index ad5b660..ac73d90 100644 --- a/content/en/docs/workflow-steps/workflow-control/workflow-loop.md +++ b/content/en/docs/workflow-steps/workflow-control/workflow-loop.md @@ -1,6 +1,7 @@ --- title: Worklow Loop slug: workflow-loop +weight: 9.0 description: Runs a workflow looping over a dataset as Project variables date: 2022-01-25T07:39:50 --- @@ -24,4 +25,4 @@ Next, select the particular workflow for running from the **Workflow** dropdown ## Examples -No examples yet... +Examples coming soon diff --git a/content/en/docs/workflows/change-the-order-of-steps-in-a-workflow.md b/content/en/docs/workflows/change-the-order-of-steps-in-a-workflow.md index 3e7a85a..7c582c0 100644 --- a/content/en/docs/workflows/change-the-order-of-steps-in-a-workflow.md +++ b/content/en/docs/workflows/change-the-order-of-steps-in-a-workflow.md @@ -1,6 +1,7 @@ --- title: Change the order of steps in a workflow slug: change-the-order-of-steps-in-a-workflow +weight: 5.0 description: Move steps up and down in a workflow to control the flow of execution date: 2022-01-25T07:40:21 --- diff --git a/content/en/docs/workflows/continue-on-error.md b/content/en/docs/workflows/continue-on-error.md index 94897cb..e826fb0 100644 --- a/content/en/docs/workflows/continue-on-error.md +++ b/content/en/docs/workflows/continue-on-error.md @@ -1,6 +1,7 @@ --- title: Continue on Error slug: continue-on-error +weight: 10.0 description: Set the workflow to continue even when an error occurs date: 2022-01-25T07:40:21 --- diff --git a/content/en/docs/workflows/controlling-parallel-execution.md b/content/en/docs/workflows/controlling-parallel-execution.md index 13a51fa..9c3a9cd 100644 --- a/content/en/docs/workflows/controlling-parallel-execution.md +++ b/content/en/docs/workflows/controlling-parallel-execution.md @@ -1,6 +1,7 @@ --- title: Controlling Parallel Execution slug: controlling-parallel-execution +weight: 13.0 description: How to control serial versus parallel execution of steps in a workflow date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/copy-paste-steps.md b/content/en/docs/workflows/copy-paste-steps.md index 3193eab..f79f1eb 100644 --- a/content/en/docs/workflows/copy-paste-steps.md +++ b/content/en/docs/workflows/copy-paste-steps.md @@ -1,6 +1,7 @@ --- title: Copy & Paste steps slug: copy-paste-steps +weight: 4.0 description: Copy and paste steps within and across workflows date: 2022-01-25T07:40:21 --- diff --git a/content/en/docs/workflows/create-workflow.md b/content/en/docs/workflows/create-workflow.md index 413b1de..e89b0bd 100644 --- a/content/en/docs/workflows/create-workflow.md +++ b/content/en/docs/workflows/create-workflow.md @@ -1,6 +1,7 @@ --- title: Create Workflow slug: create-workflow +weight: 2.0 description: Creating a new workflow date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/duplicate-a-workflow.md b/content/en/docs/workflows/duplicate-a-workflow.md index aecfeaa..3a61682 100644 --- a/content/en/docs/workflows/duplicate-a-workflow.md +++ b/content/en/docs/workflows/duplicate-a-workflow.md @@ -1,6 +1,7 @@ --- title: Duplicate a Workflow slug: duplicate-a-workflow +weight: 3.0 description: Making a duplicate copy of a workflow date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/manage-workflow-variables.md b/content/en/docs/workflows/manage-workflow-variables.md index a94215a..f01efcf 100644 --- a/content/en/docs/workflows/manage-workflow-variables.md +++ b/content/en/docs/workflows/manage-workflow-variables.md @@ -1,6 +1,7 @@ --- title: Manage Workflow Variables slug: manage-workflow-variables +weight: 14.0 description: Create, view, and set workflow variable values date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/managing-step-errors.md b/content/en/docs/workflows/managing-step-errors.md index e90783f..695a1d9 100644 --- a/content/en/docs/workflows/managing-step-errors.md +++ b/content/en/docs/workflows/managing-step-errors.md @@ -1,6 +1,7 @@ --- title: Managing Step Errors slug: managing-step-errors +weight: 9.0 description: Control the behavior of a step when errors occur date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/run-a-workflow.md b/content/en/docs/workflows/run-a-workflow.md index c555f1b..32629e6 100644 --- a/content/en/docs/workflows/run-a-workflow.md +++ b/content/en/docs/workflows/run-a-workflow.md @@ -1,6 +1,7 @@ --- title: Run a workflow slug: run-a-workflow +weight: 6.0 description: How to run a workflow from the workflow management area date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/running-a-range-of-steps-in-a-workflow.md b/content/en/docs/workflows/running-a-range-of-steps-in-a-workflow.md index ce0e15b..4454bfd 100644 --- a/content/en/docs/workflows/running-a-range-of-steps-in-a-workflow.md +++ b/content/en/docs/workflows/running-a-range-of-steps-in-a-workflow.md @@ -1,6 +1,7 @@ --- title: Running a range of steps in a workflow slug: running-a-range-of-steps-in-a-workflow +weight: 8.0 description: How to run a selected range of steps together as mini-workflow date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/running-one-step-in-a-workflow.md b/content/en/docs/workflows/running-one-step-in-a-workflow.md index ce45545..3328fc9 100644 --- a/content/en/docs/workflows/running-one-step-in-a-workflow.md +++ b/content/en/docs/workflows/running-one-step-in-a-workflow.md @@ -1,6 +1,7 @@ --- title: Running one step in a workflow slug: running-one-step-in-a-workflow +weight: 7.0 description: Execute a single step within a workflow date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/skip-steps-in-a-workflow.md b/content/en/docs/workflows/skip-steps-in-a-workflow.md index 982e669..5efab15 100644 --- a/content/en/docs/workflows/skip-steps-in-a-workflow.md +++ b/content/en/docs/workflows/skip-steps-in-a-workflow.md @@ -1,6 +1,7 @@ --- title: Skip steps in a workflow slug: skip-steps-in-a-workflow +weight: 11.0 description: How to disable steps in a workflow so they are not executed date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/step-conditions.md b/content/en/docs/workflows/step-conditions.md index e4561b6..e22f1b4 100644 --- a/content/en/docs/workflows/step-conditions.md +++ b/content/en/docs/workflows/step-conditions.md @@ -1,6 +1,7 @@ --- title: Conditional Step Execution slug: step-conditions +weight: 12.0 description: Control if a step is executed in a workflow based on a set of conditions date: 2023-06-21T07:40:20 --- diff --git a/content/en/docs/workflows/view-a-dependency-audit.md b/content/en/docs/workflows/view-a-dependency-audit.md index 83cae63..1a1decb 100644 --- a/content/en/docs/workflows/view-a-dependency-audit.md +++ b/content/en/docs/workflows/view-a-dependency-audit.md @@ -1,6 +1,7 @@ --- title: View a dependency audit slug: view-a-dependency-audit +weight: 17.0 description: View all the data dependencies within a workflow date: 2022-01-25T07:40:21 --- diff --git a/content/en/docs/workflows/view-workflow-report.md b/content/en/docs/workflows/view-workflow-report.md index acb8565..d9d9cfe 100644 --- a/content/en/docs/workflows/view-workflow-report.md +++ b/content/en/docs/workflows/view-workflow-report.md @@ -1,6 +1,7 @@ --- title: View Workflow Report slug: view-workflow-report +weight: 16.0 description: Get a summary report of the workflow and settings date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/viewing-workflow-log.md b/content/en/docs/workflows/viewing-workflow-log.md index 93342b5..5a5af46 100644 --- a/content/en/docs/workflows/viewing-workflow-log.md +++ b/content/en/docs/workflows/viewing-workflow-log.md @@ -1,6 +1,7 @@ --- title: Viewing Workflow Log slug: viewing-workflow-log +weight: 15.0 description: How to view and analyze the workflow log date: 2022-01-25T07:40:20 --- diff --git a/content/en/docs/workflows/viewing-workflows.md b/content/en/docs/workflows/viewing-workflows.md index d3f3cba..87927f4 100644 --- a/content/en/docs/workflows/viewing-workflows.md +++ b/content/en/docs/workflows/viewing-workflows.md @@ -1,6 +1,7 @@ --- title: Viewing Workflows slug: viewing-workflows +weight: 1.0 description: Create and Manage your own Workflows date: 2022-01-25T07:39:49 ---