Replies: 1 comment 4 replies
-
The way i would approach it is adding any lookup functions that you need. Both adding data and adding lookup functions have example usages. once you have those in you can run struct generation with your function name as the fake tag. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
How would you suggest I create fake source bank (originating) and target (destination) bank information.
I have like 20 Bank names which should be used and then a format of the bank account number and
Ie create {
Bank Name: xxxxxxx - want this to be seeded out of my input seed list
Branch Name :yyyyyy - Want this to be seeded out of a input/seed list
AccountNumber: xxxx-xxxxxxxxxx - (would be great if i was able to provide multiple structures tied to the bank name/option selected)
}
G
Beta Was this translation helpful? Give feedback.
All reactions