Alain Debecker
Alain Debecker
Your doc [example for writing ETL jobs](http://docs.bonobo-project.org/en/master/tutorial/2-jobs.html) uses a link to FABLABS_API_URL = 'https://public-us.opendatasoft.com/api/records/1.0/search/?dataset=fablabs&rows=1000' which seams to be broken.
`bonobo.CsvReader('C:Users/alain/Desktop/projects/pyetl/Employees.txt')` produce en error, while `bonobo.CsvReader('Employees.txt')` does not. The error is an `fs.errors.InvalidCharsInPath path 'C\:Users/alain/Desktop/projects/pyetl/Employees.txt' contains invalid characters` because of the filename contains "`:`". The error is generated on line...
`bonobo.CsvReader('../input.csv')` gives an error. However the file exists and `bonobo.CsvReader('input.csv')` works fine when the same file is moved into the working directory. The error comes from: `fs.errors.IllegalBackReference path '../Employees.txt' contains...
I was looking for Geneva cases historical data. There are in two files : covid19-cases-switzerland.csv and covid19-cases-switzerland-openzh.csv. However, they disagree for the last data point (2020-03-26) : 1743 cases in...
Le nombre d'éléments à afficher est à choisir dans ine liste déroulante femée (50, 200, 500, Tous). Serait-il possible d'en faire une liste déroulante ouverte? Je dois afficher 3 ou...
I have an entity `Employee` which is also a tab (sub entity) of the entity `Office`. The `Office `has been created before the `Employee`, so it is possible to list...
request for improvement. Would it be possible to open a new type of fields for percentages. With icon "%" and values between 0 and 100.
list fields : c'est bien. list field for entity [variable] : ce serait bien aussi.
I have an entity Offices with an ID, which I want to call "Office Code". When I edit the fr_FR.json into "e_offices": { ..., "id_entity": "Office Code",... }, newMips displays...
When creating or showing a money field in an entity have a thousands separator, while showing in list it has no thousands separator. Please add one for list. Low priority.