From 39cfd75898df3accd0fa3f2460b2f1e50ffb4d11 Mon Sep 17 00:00:00 2001 From: Ashley Mulligan Date: Thu, 16 Nov 2023 11:35:36 -0600 Subject: [PATCH] Nov 7 partial changelog (#943) * feat: catching up on SDK updates * feat: plugins updates * cleaning up right sidebar * feat: Nov 13 changelog * feat; Nov 7 partial changelog --- blueprint/sheet-options.mdx | 12 +++++++++ changelog/platform.mdx | 53 +++++++++++++++++++++++++++++++------ 2 files changed, 57 insertions(+), 8 deletions(-) diff --git a/blueprint/sheet-options.mdx b/blueprint/sheet-options.mdx index 1e8f2a4fa..d5f2454bf 100644 --- a/blueprint/sheet-options.mdx +++ b/blueprint/sheet-options.mdx @@ -94,3 +94,15 @@ Sheets have some basic options that determine their behavior. Use `metadata` to store any extra contextual information about your Sheet. Must be valid JSON. + + + Use `mappingConfidenceThreshold` to configure the minimum required confidence + for mapping jobs targeting that sheet. This can be used to tune the behavior + of fuzzy matches, or disable fuzzy matches entirely. **Must be greater than 0 + and less than or equal to 1 (exact match)** + diff --git a/changelog/platform.mdx b/changelog/platform.mdx index 4ed141dbf..b862ef7cb 100644 --- a/changelog/platform.mdx +++ b/changelog/platform.mdx @@ -6,12 +6,12 @@ icon: "layer-group" ## November -## November 13, 2023 +### November 13, 2023
-
- +
+
-
- +
+
-
- +
+### November 7, 2023 + +
+
+ +
+ + **Control your mapping accuracy** + + We're excited to announce a new parameter within Sheet configuration, aptly named `mappingConfidenceThreshold`. This parameter empowers you to fine-tune your experience when working with automatically suggested fields during mapping jobs. + + With `mappingConfidenceThreshold`, you have the flexibility to configure the minimum required confidence level. Think of it as a precision control, offering you the choice between conservative (exact match) or liberal (fuzzy matching) settings. + + **How it works** + + Set the value greater than 0 and up to a maximum of 1, for a more precise control over the mapping process: + + ```jsx workbook.js + sheets: [ + mappingConfidenceThreshold: .6, + {...} + ] + ``` + + [Learn more](https://flatfile.com/docs/blueprint/sheet-options#mappingConfidenceThreshold) + +
+ +
+
+ ## October (21) ##### October 25, 2023