diff --git a/content/Bijection-from-CSV/.apkg-spec.yaml b/content/Bijection-from-CSV/.apkg-spec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..4b3b22985a83f6842b1b06e930855256661e190c
--- /dev/null
+++ b/content/Bijection-from-CSV/.apkg-spec.yaml
@@ -0,0 +1,17 @@
+content_version: 1.0.0
+
+templates:
+- bijective
+
+content:
+- import_csv:
+    content_version: 2024-06-08 18:23:00+00:00
+    note_type: Bijection
+    file_patterns:
+    - '*.csv'
+    deck_name_pattern: 'Tapir geography'
+    fields_mapping:
+    - guid
+    - A
+    - B
+    tags: []
diff --git a/content/Bijection-from-CSV/content.csv b/content/Bijection-from-CSV/content.csv
new file mode 100644
index 0000000000000000000000000000000000000000..d68fa717f7db99af20f8243c58a9a3530f9c459c
--- /dev/null
+++ b/content/Bijection-from-CSV/content.csv
@@ -0,0 +1,2 @@
+7856975905780;Continent: Europe, Australia, Antarctica;Species: none
+5423654674576;Continent: Asia;Species: Tapirus indicus
diff --git a/content/Bijection-from-Images/.apkg-spec.yaml b/content/Bijection-from-Images/.apkg-spec.yaml
index c6b586804d7e74d1725235df253bde4a6099549b..19a08cf631169e8806fd6c3e7195b6973c500c7e 100644
--- a/content/Bijection-from-Images/.apkg-spec.yaml
+++ b/content/Bijection-from-Images/.apkg-spec.yaml
@@ -7,7 +7,7 @@ content:
 - import_images:
     content_version: 2024-02-22 19:00:00+00:00
     note_type: Bijection
-    deck_name_pattern: 'Chinese Hand Gestures'
+    deck_name_pattern: 'Colors'
     fields_mapping:
       A: 'The color {{from_basename}}'
       B: '{{image}}'
diff --git a/content/Facts-from-CSV/.apkg-spec.yaml b/content/Facts-from-CSV/.apkg-spec.yaml
index 33ae59383e2210d6103c5047980c9448dc217277..061226f9e0b9f29c82225f3fd30a1867309fe203 100644
--- a/content/Facts-from-CSV/.apkg-spec.yaml
+++ b/content/Facts-from-CSV/.apkg-spec.yaml
@@ -9,7 +9,7 @@ content:
     note_type: Facts
     file_patterns:
     - '*.csv'
-    deck_name_pattern: 'Deckname in Anki'
+    deck_name_pattern: 'Tapir facts'
     fields_mapping:
     - guid
     - Front
diff --git a/content/Facts-from-CSV/content.csv b/content/Facts-from-CSV/content.csv
index c6b8f2d90e114e3574291f4728144002147f2bf1..1767be3aaa86e7155e7dc96473296f94f50cdde9 100644
--- a/content/Facts-from-CSV/content.csv
+++ b/content/Facts-from-CSV/content.csv
@@ -1 +1 @@
-123412354152;How many tapir species live in the wild in Asia?;1
\ No newline at end of file
+123412354152;How many tapir species live in the wild in Asia?;1
diff --git a/package.json b/package.json
index ff588d5283f6536b2015ac66d13146c5bab3a40f..048ef716513a9a131f0e7656e1cf6bdce3a8b3bc 100644
--- a/package.json
+++ b/package.json
@@ -1,3 +1,3 @@
 {
-  "version": "1.0.0-starter"
+  "version": "1.0.0-starter2"
 }