r1650@llin: dpavlin | 2007-11-20 11:07:57 +0100
[webpac2] / t / conf / test.yml
index 86a8854..ead2162 100644 (file)
@@ -10,18 +10,26 @@ databases:
   foo:
     name: 'foo name'
     input:
-      name: 'foo-input1'
-      type: isis
-      path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
-      encoding: 'cp852'
-      #limit: 10
-      normalize:
-        path: 'conf/normalize/foo.pl'
+      - name: 'foo-input1'
+        type: isis
+        path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
+        encoding: 'cp852'
+        #limit: 10
+        normalize:
+          path: 'conf/normalize/foo.pl'
+      - name: 'foo-input2'
+        type: isis
+        path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
+        encoding: 'cp852'
+        #limit: 10
+        normalize:
+          - path: 'conf/normalize/bar.pl'
+          - path: 'conf/normalize/baz.pl'
 
   bar:
     name: 'bar name'
     input:
-      name: 'bar-input1'
+      name: 'bar-input'
       type: isis
       path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
       encoding: 'cp852'
@@ -32,7 +40,7 @@ databases:
   baz:
     name: 'baz name'
     input:
-      name: 'baz-input1'
+      name: 'baz-input'
       type: isis
       path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
       encoding: 'cp852'