Tim Johnson

Results 7 comments of Tim Johnson

Info from @afroggattsl: The team previously just used the default IntelliJ styling rules, so committing them is the way to go. The developer guide should be updated to mention this.

Hi @deinspanjer , I think I've managed to extend the schema to cover it now (except the extents that is). Does that now work for your profile?

Hi, thanks for reaching out. This can be achieved via the use of inSet (see the [User Guide](https://github.com/finos/datahelix/blob/master/docs/UserGuide.md#predicate-inset) or [example](https://github.com/finos/datahelix/tree/master/examples/inSet) for further info), like this: ``` [tim@sn1 bin]$ cat profiles/cardinality.json...

Hi Colin, FYI I’m going to have a look at this over the next few weeks. I’m on leave next week, when I’m back I’ll address the issue that Chris...

Hi @ssabnis, thanks for the interest :) You could use nested JSON to model EMPLOYEE, DEPT. I've done an example: - [departments.txt](https://github.com/finos/datahelix/files/4846308/departments.txt) - [employees.txt](https://github.com/finos/datahelix/files/4846313/employees.txt) and ran via: > [tim@sn1 bin]$...

Hi @codingricky, is it possible to create a build 1.0.3? We're using java-faker on the [datahelix](https://github.com/finos/datahelix) project and would love a build that includes this fix :)