You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2023/02/10 19:40:28 UTC

[daffodil-site] branch main updated: Update the CSV example for flattend project layou

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 04697b4  Update the CSV example for flattend project layou
04697b4 is described below

commit 04697b42d9d9d322a4e512bb9e8c1b10a1f4861e
Author: Steve Lawrence <sl...@apache.org>
AuthorDate: Fri Feb 10 13:41:25 2023 -0500

    Update the CSV example for flattend project layou
    
    The CVS repo has been updated to use a flattened DFDL schema project
    layout. This updates the example CSV daffodil command to assume that
    layout so users are less likely to run into issues running the examples.
---
 site/examples.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/examples.md b/site/examples.md
index bb25247..2b1e38c 100644
--- a/site/examples.md
+++ b/site/examples.md
@@ -30,7 +30,7 @@ Below are two examples of how Daffodil parses Comma-Separated Values (CSV) and P
 This DFDL schema is found at the DFDLSchemas GitHub [CSV repository](https://github.com/DFDLSchemas/CSV). 
 
 ```bash
-$ daffodil parse --schema CSV/src/main/resources/com/tresys/csv/xsd/csv.dfdl.xsd CSV/src/test/resources/com/tresys/csv/data/simpleCSV.csv
+$ daffodil parse --schema CSV/src/csv.dfdl.xsd CSV/test/simpleCSV.csv
 ```
 The above command uses the csv.dfdl.xsd schema to parse the simpleCSV.csv input data. The simpleCSV.csv contains the following data: