Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody.
I need to fill mainly, two tables: users and files. So, each user has several documents and a file has only one owner (user).
First, I understand I need to generate a sample users. I'm using tRowGenerator with (id, username, firstname, lastname) schema.
Otherwise, I'm using a tFileList component in order to "generate" a list of files on a (filename field) schema. I'd like to merge this data (users and files).
I'm quite figuring out I need a tMap component, however, I don't know how to relate users and filename...
I'll appreciate a lot any help.
Thanks for all.
I'm quite figuring out I need a tMap component, however, I don't know how to relate users and filename...