Author Topic: Creating a command with ranges from a .csv  (Read 2129 times)

blueknight

  • Newbie
  • *
  • Posts: 14
Creating a command with ranges from a .csv
« on: December 02, 2017, 10:29:44 PM »
I have a command that is driven by a spreadsheet (CSV) that gets the data from on-line and then does a search in C# for the match (It is currently very long ... containing a number of ranges - Total 500+)

Currently in the spreadsheet I have to create a field and then paste it in to clipboard so that users of the profile can update it.

What would be an easy way to be able to grab and put in a command with ranges in to a profile, so that the users do not have to touch this command at all?
« Last Edit: December 03, 2017, 02:16:41 AM by Pfeil »

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Creating a command with ranges from a .csv
« Reply #1 on: December 03, 2017, 02:27:19 AM »
While it likely requires the functionality of this feature request, I've moved your post into its own topic, so the relevant information is kept compartmentalized.


Are you referring to numeric ranges? Would you be creating a command phrase with them? Can you elaborate with a practical example?