Hi @rdumont,
We're using assistdog here on CashCowPro. Thanks for it =)
We feel the need to add parsers for pointers, so we could handle nullable variables. Right now we're using N/A to identify the nil. So our tables look like this:
Given we have the following products:
| Title | CreatedAt | UpdatedAt |
| Paladone Festive Photo Booth Game | 2017-12-16T00:00:00Z | 2017-12-17T00:00:00Z |
| N/A | 2017-12-18T00:00:00Z | N/A |
What do you think about this approach? I would be happy to raise an PR =]
If you want to take a look at our current implementation: https://github.com/cashcowpro/assistdog/pull/1/files
Thanks!
Hi @rdumont,
We're using assistdog here on CashCowPro. Thanks for it =)
We feel the need to add parsers for pointers, so we could handle nullable variables. Right now we're using
N/Ato identify the nil. So our tables look like this:What do you think about this approach? I would be happy to raise an PR =]
If you want to take a look at our current implementation: https://github.com/cashcowpro/assistdog/pull/1/files
Thanks!