08-05-2015 09:19 AM
Hi,
I have a CSV file which I created using a totalizer. now I need to insert string values to this by searching the row
Eg:- first column is date so I will search the date and insert comment to it
attached the CSV file
Solved! Go to Solution.
08-05-2015 09:25 AM
You will need to read the entire file, do your search, add whatever data you need to, and then rewrite the file.
08-05-2015 09:36 AM - edited 08-05-2015 09:51 AM
@crossrulz wrote:
You will need to read the entire file, do your search, add whatever data you need to, and then rewrite the file.
Something like this:
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
08-05-2015 09:40 AM
HI,
I tried do this but problem server PC is updating this CSV file on a time basis and client PC is displaying and exporting to excel whenever user export
08-05-2015 09:50 AM
sandy1234 wrote:I tried do this but problem server PC is updating this CSV file on a time basis and client PC is displaying and exporting to excel whenever user export
Share you code, please.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
08-05-2015 10:08 AM
Hi
Thanks for your attention... please find the attachment
08-05-2015 10:18 AM - edited 08-05-2015 10:19 AM
This doesn't really show what your problem is. You should be able to easily implement the code I put above in to this VI you attached.
It's hard to tell what you meant by your statement above, but it sounds like the file is being updated from two different places? So you're having an issue updating the file from the local PC when the server is editing it too?
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
08-05-2015 10:27 AM
Hi,,
Can you give me the code which you showed I hope it will work
08-05-2015
10:32 AM
- last edited on
05-06-2025
02:41 PM
by
Content Cleaner
@sandy1234 wrote:
Hi,,
Can you give me the code which you showed I hope it will work
It's a code snippet. Just copy it and paste it onto your block diagram.
08-05-2015 10:51 AM
HI,
Sorry I am not able to retrive the snipet... Its just remains as image