Skip to main content

Questions tagged [csv]

Comma Separated Values is a tabular to store data

1 vote
0 answers
52 views

When you download the sample computer import CSV off the Solarwinds Documentation site for CSV imports, it just has the below fields in it. I am looking to update the Tag field (presumably not the ...
user66001's user avatar
  • 252
1 vote
0 answers
49 views

Unfortunately I don't have a way of matching the asset ID of a computer in our SolarWinds database, with the data I have to update. Hence only allowing current Serial Number and Asset ID to be matched ...
user66001's user avatar
  • 252
0 votes
2 answers
273 views

A script generates a csv-file: User | actualValue | user01 | actualValueB | user02 | actualValueC | user03 | actualValueB | user04 | actualValueA | user05 | actualValueA | . . . The file has the ...
Gahmuret's user avatar
1 vote
5 answers
564 views

I have a comma separated line I am using awk to extract fields from. Server1,poweredOn,10.0.18.70,"Blue, Green",POC,Vsphere However, when it comes to the text in double quotes ("Blue, ...
adamtjgogo's user avatar
2 votes
0 answers
77 views

We implemented a Cluster Shared Volume (CSV) using Azure VMs and Azure Shared Disks. The CSV is accessible for read/write operations from two servers in a failover cluster configuration. This setup is ...
ArUnio's user avatar
  • 21
0 votes
2 answers
226 views

Been trying to learn some better scripting in bash. Normally I can pull data values to iterate into command strings, but this one is showing my ignorance on syntax. #! /bin/bash while IFS=',' read ...
dj423's user avatar
  • 53
0 votes
0 answers
1k views

I'm attempting to add a series of User to AD by importing a csv file and I can't seem to get it to run successfully, the error always reads 'the object name has bad syntax' however no matter what kind ...
RussianLinuxGuy's user avatar
1 vote
1 answer
109 views

I'm fairly new to SQL, and I'd like to do some quick testing. I'm about to update a field in 81 records in a table. After each test, I'd like to get back where I started. I've saved off my query ...
Mighty's user avatar
  • 111
1 vote
0 answers
314 views

I want to get a csv with a list of new updates in this form: testvm-001.localdomain,ImageMagick-6.9.11.27-4.el7 testvm-001.localdomain,ImageMagick-libs-6.9.11.27-4.el7 I have a code that will display ...
rk3dnp's user avatar
  • 23
2 votes
3 answers
835 views

I need to filter a row of a csv file by a date. The file is structured as so: [email protected] active 01/24/11 10:04 07/23/23 16:56 ...
dj423's user avatar
  • 23
0 votes
1 answer
367 views

I have been trying to understand how to import my csv file and export of specific adgroup they are added or even they are not added Import-CSV " C:\Users\user.csv" | ForEach-Object { Get-...
K0n2113's user avatar
  • 11
0 votes
1 answer
151 views

Hi I have a script trying to pull out the price value from a html file. the Regex works when I assign it in the script but when I put the regex in CSV, it refuses to give me the result. Could someone ...
Cliff's user avatar
  • 3
0 votes
1 answer
64 views

I apologize if this is not the right forum for this kind of question. We need to transfer data between DB Servers (MySQL, MSSQL), CSV files, API Sources (Web Services), etc. and we are looking into a ...
Daniel's user avatar
  • 101
0 votes
3 answers
7k views

We have a relatively small dev environment in AWS with about 50 Security groups with multiple permission entries. is there a recommended way of keeping track of SR changes, Access, etc? My manager ...
Moshe Harel's user avatar
0 votes
1 answer
191 views

The output of mysqldump -not csv does not contain the columns, just values: select * from AUDIT_RESULT INTO OUTFILE '/va/tmp/audit_nresult.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES ...
MethodistMX's user avatar

15 30 50 per page
1
2 3 4 5 6