Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.yml #8

Merged
merged 1 commit into from
Jul 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ sheets:
default: ~ # Si !== ~ pisa al default del schema y al default en [entities]
increment: {x: 0, y: 1} # ~ = {x: 0, y: 0} if field is recurrent increment determines the relative loction of the next sibling. ~ means the field is no recurrent, only appears once in a sheet-
transform: ~ # a callback method
#1st sheet definition
#2nd sheet definition
iprodich:
# sheet Name, not used unless you add a web form that might use this name.
name: iprodich
Expand Down Expand Up @@ -203,7 +203,7 @@ sheets:
increment: {x: 0, y: 1} # ~ = {x: 0, y: 0} if field is recurrent increment determines the relative loction of the next sibling. ~ means the field is no recurrent, only appears once in a sheet-
transform: [Transformers\Transformer, asunto] # a callback method

#2nd sheet definition for updates
#3rd sheet definition for updates
updatedemandas:
# sheet Name, not used unless you add a web form that might use this name.
name: Las demandas que se exportaron por algo (enviar a evelyn) y se desea actualizar en batch
Expand Down Expand Up @@ -250,4 +250,4 @@ sheets:
# (Y+0, X+0) so, the same value is used for every record.
increment: {x: 0, y: 1}
# callback that might be needed to transform input data before being persisted.
transform: ~ # a callback method
transform: ~ # a callback method