Hello all,
I am trying to convert a json file to csv using Powershell. I created the script but it throws an error "Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named 'op_Addition'."
The json is in the below format
{
"STARTEND" : "S"...
Hi,
I have a log file which has data as below extracted from a database.
DB1
=======
Param1
------
Value1
Param2
------
Value2
Param3
-------
Value3
DB2
=======
Param1
------
Value1
Param2
------
Value2
Param3
-------
Value3
What I need is to format the output as below...
Hi PS Experts,
I am very new to PS.
I am trying to pass a directory name as parameter to a PS script and use a windows executable under that directory to do something. My power shell script is called like below
./script1.ps1 "C:\app\tin"
Inside the script (script1.ps1) I am calling the...
Hi,
I tried to create an ER diagram using ER Diagrammer. Is there any users guide for it? I am confused about the container, Global Shared Work Area etc. Can anyone help me?
--meetme
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.