About 39 results
Open links in new tab
  1. Export OCI Audit Logs in CSV format for a custom time range

    Dec 12, 2022 · The script needs to be run with log start date, log end date and compartment-id parameters. To check the exact usage of the script run the script with ‘-h’ option as shown below.

  2. Change the output col. name as per the input file name when copy a ...

    May 3, 2023 · I'm trying to extract a particular column (4th column) from multiple (over thousands) CSV files and write it new file, in the same manner, the file is sequenced in a folder and first CSV file …

  3. polyline coordinates to excel list with numbering

    Apr 30, 2023 · i am using lee mac 'poly info' lisp, the lisp create a table of coordintes of a polyline. how can i add automaticly the numbering on the polyline like the picture attached? here is lee mac code: …

  4. GitHub - uslacker99/workload_status

    This Python script retrieves workload information from a Policy Compute Engine (PCE) API, processes workload states, and generates a detailed report in both console output and a CSV file (/tmp/out.csv).

  5. How can I load a large dataset (.csv format) to preprocess it ... - Reddit

    Jun 12, 2023 · Subreddit for posting questions and asking for general advice about your python code. How can I load a large dataset (.csv format) to preprocess it? I'm trying to train a model for correcting …

  6. Save result to a new csv file instead of println Groovy

    Sep 7, 2020 · To go with the current code, you could use csvFile.append(...) instead of println inside your csvLine function and depending on your amount of real data, this might be a good compromise …

  7. Pipeline to stream data to a zip file · adam-gligor

    Nov 7, 2018 · Build a streaming pipeline. The producer end reads and transforms the data, the consumer end archives and writes to a file. This will be a c# implementation. I’ll use Streams and …

  8. How to export object data such as coordinates to csv? : r/blender - Reddit

    Mar 11, 2019 · How to export object data such as coordinates to csv? For that, you're probably best off writing a Python script to do it for you. You can get at everything about your scene and blender in …

  9. GitHub - IBFAIT/PACSTool

    We read every piece of feedback, and take your input very seriously. Helper tool for querying a PACS server: Options: -h, --help. This usage summary. -c, --command. RESOLVE_PATIENT_IDS, …

  10. postgresql - postgres \c with linebreaks - Stack Overflow

    Jun 10, 2022 · I'm creating an export to csv that's a rather long query, as such, I placed the \copy command in a new file. The problem is that the newlines seem to break my command, is there a way …