Laravel Nova CSV Import v0.7 - Password Hashing, Random Strings and Combined Fields
I've been putting a load of effort into my Nova package lately and it's paying off with some cool new features that I released a few days ago. Here's a video running through the basics of each. Hope you find them useful!
Password Hashing Being able to use password hashing algos on data as it's imported is something I don't see in a lot of CSV import tools and always something I thought would be really useful on rare occasions, so here it is in Nova CSV Import
Random String Generation If using pre-existing is just not enough, now you can generate random strings on-the-fly! Great when combined with Password Hashing as it allows you to very securely create bundles of user records from a CSV import without any concerns over passwords being discovered
Combined Fields The last thing you want to do with CSVs is be manually editing them before importing. I think every ETL process should have a way to merge data from multiple fields into one. CSV Import now lets you do this with ease and flexibility! submitted by /u/simonhamp
[link] [comments]
0 comments:
Post a Comment
Thanks