Closed boricuapab closed 2 months ago
All good, works with json get node
Actually, is it possible to pick a specific row from the excel sheet, say I want to use row 2, then later row 4, then lastly row 3?
Add a load_all attribute to this node, and then you can use json get to get any element in the large list, for example, line 0 is to enter 0
Is your feature request related to a problem? Please describe. How to select the prompt and suffix from column A and B from an excel sheet and concatenate them?
Describe the solution you'd like When queueing a specified line and column should be concatenated into a prompt without these kinds of tokens ({}:")
ex: {"Prompt": "deer", "Suffix": "high quality"}
Should result in:
deer, high quality
Describe alternatives you've considered I've used used a few WAS nodes to do search and replace and concat, but it gets messy with alot of nodes needed
Additional context Here's a gif showing what I mean