topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 6:35 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: [IDEA] multi copy and paste  (Read 2798 times)

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
[IDEA] multi copy and paste
« on: April 08, 2013, 08:48 AM »
hello!

often, when we want to copy and paste data that comprises of multiple data fields (for example the data of this forum's member accounts, where each account comprises of the data field of username, password, email, etc), it is difficult to automate it

we first must bind the source fields to the target fields, which is not very easy

so, I am looking for a program/script that will copy Excel cells (or similarly csv formatted text) and then let me paste a specific field to the target form field

I would highly appreciate ideas on how to facilitate such operations, however I already have an idea:

to display the data copied in a popup, where we can click a cell and paste that value in the point of the cursor

thanks!

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
Re: [IDEA] multi copy and paste
« Reply #1 on: April 10, 2013, 05:17 AM »
any help???

skwire

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 5,286
    • View Profile
    • Donate to Member
Re: [IDEA] multi copy and paste
« Reply #2 on: April 10, 2013, 07:54 AM »
Kalos, how does what you want differ from the many clipboard managers already available?

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
Re: [IDEA] multi copy and paste
« Reply #3 on: April 10, 2013, 11:51 AM »
well, while I dont deny similar thing exists, I will need to see some screenshots of those clipboard managers

the uniqueness as I imagine it, is that it can store data in table with cells (or in columns and rows if you prefer) where the position of a cell, means something for the data of that cell (for example if the second column contains surnames, then you know that the text of the cell "James" is not a name, but a surname)

most, if not all, clipboard managers, afaik, store data strings, not data tables, ie. one text line below the other, or multi-line text strings one below the other

how can I save a table in this format?

additionaly, a popup that will follow cursor and it will be easy to choose (with various keyboard/mouse methods) a specific cell to paste, is also a part of what I imagine