ActiveRecord Where clause for table.
First off, great tool! Thanks for all the work.
I do have some big tables, and was hoping that continue would do a good job speeding things up. But it seems like you grab every record from the source anyway?
So I was thinking, if you could add a where clause to the table definition, it could really speed things up by only retrieving the data you need to transform.
👍 good idea and let me see when I can do it :-)
I am working on porting this tool to Java/Kotlin for better performance. If you want to give it a try for early version you can find it here... https://github.com/dataanon/data-anon Sample project https://github.com/dataanon/dataanon-kotlin-sample