-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore/deprecate PSV/TSV extractors (#226)
* Deprecate PSV/TSV extractors * Use specific version * chore: changeset * feat: remove pipe & tab delimiters & add messages * Update good-bobcats-tease.md * chore: update package-lock.json * fix: return listener that console.logs deprecation message
- Loading branch information
1 parent
5ce6306
commit cbf391e
Showing
14 changed files
with
70 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@flatfile/plugin-delimiter-extractor': minor | ||
'@flatfile/plugin-psv-extractor': minor | ||
'@flatfile/plugin-tsv-extractor': minor | ||
--- | ||
|
||
Deprecate PSV/TSV extractors since PSV/TSV files are now natively supported by the Flatfile Platform. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"Code*"#"Details"#"BranchName"#"Tenant" | ||
"Personal Care"#"Personal Care"#"Department"#"notdata" | ||
Hospital#Hospital#Department | ||
Home Nursing#Home Nursing#Department#false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
|
||
hello | ||
|
||
|
||
|
||
"Code*"#"Details"#"BranchName"#"Tenant" | ||
"Personal Care"#"Personal Care"#"Department"#"notdata" | ||
|
||
|
||
Hospital#Hospital#Department | ||
Home Nursing#Home Nursing#Department#false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
# @flatfile/plugin-psv-extractor | ||
|
||
This plugin parses a PSV file and extracts it into Flatfile. | ||
|
||
`npm i @flatfile/plugin-psv-extractor` | ||
|
||
## Get Started | ||
|
||
Follow [this guide](https://flatfile.com/docs/plugins/extractors/psv-extractor) to learn how to use the plugin. | ||
This plugin has been deprecated. PSV extraction is now natively supported by the Flatfile Platform. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# @flatfile/plugin-tsv-extractor | ||
|
||
This plugin has been deprecated. TSV extraction is now natively supported by the Flatfile Platform. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters