Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
75 views

I need to unlock a Pervasive database. I managed to retrieve one, and need to transform it to readable data, or import it to another database. However, we don't have the DDF files. This DB is from ...
Wouter Pleijsier's user avatar
0 votes
0 answers
22 views

I have an application that can produce and export potentially hundreds of PNG files from OxyPlot plotmodels. Usually, I am saving less than 100 PNGs. I one case I needed to save 264 PNGs and the ...
spainchaud's user avatar
Tooling
0 votes
2 replies
80 views

I would like to know how to export or import TOON (Token object oriented notation) in pandas.
Rainb's user avatar
  • 2,567
0 votes
1 answer
74 views

I have managed to stop a tab from being printed using the BeforePrint... I now need to prevent the File|Export from firing for the same tab. Is there something like the code below to stop FILE | ...
RealEstateMan's user avatar
Advice
0 votes
0 replies
31 views

Just came across a task and had to do some digging to find the answer: How to export Azure Synapse artifacts, more specifically pipelines, conserving their folder hierarchy, when Git integration is ...
Julio Turim's user avatar
0 votes
1 answer
66 views

Something in this export sql is causing a tiny fraction of the rows to hold misaligned columns, different data in different and wrong columns. For example - in the 'country' column, I'll get an ip ...
yesiamamir's user avatar
1 vote
2 answers
113 views

When my Java application was running on Spring Boot 2.6.2, the entities for which Export/Import features applied were using the following custom id generator: import org.hibernate.engine.spi....
Bludzee's user avatar
  • 2,929
1 vote
0 answers
44 views

I'm working on transferring a legacy project with many file attachments to a new REDCap build and using the exportFiles() function to export the files. I’m running into an issue where I receive the ...
Andrea's user avatar
  • 878
0 votes
1 answer
114 views

Before March 2025, all exports were normal and had been maintained for a year. But after March, data export stopped on 3.16. I deleted all exported data in BigQuery, and the data was exported for a ...
chuang liu's user avatar
1 vote
1 answer
250 views

I'm using Expo with expo-router to build an app that I export as a static website using: npx expo export --platform web --clear I want to deploy the static site under a subpath, let's call it https://...
Pierre Marsaa's user avatar
0 votes
1 answer
68 views

I am trying to concatenate multiple RTF reports into a single RTF file by importing into SAS data and Exporting to Combine RTF file. When I am doing that everything is transferred exactly except the ...
Shaik Khadar's user avatar
0 votes
0 answers
23 views

I have a Google sheet with multiple tabs. I would like to export each tab to an individual CSV file with the name of the tab
John Copley's user avatar
0 votes
1 answer
110 views

I have SQL queries with bteq that sometimes return no data and it's normal. I want that the export file, even when the query returns no data, contains the columns names. How can I do that please? ...
Gérard Menfin's user avatar
0 votes
1 answer
93 views

im doing a little project for my own to my portfolio. Im a beginner programmer and i have a problem with import function js from another file. This function is necessary because i need this to use in ...
ZETDOU's user avatar
  • 3
2 votes
2 answers
149 views

The manifest variable export VariablesToExport = @( "ERROR_SUCCESS_REBOOT_REQUIRED", "ERROR_SUCCESS", "ERROR_INVALID_FUNCTION", "...
deetle's user avatar
  • 437
0 votes
1 answer
31 views

I am writing to you because I would need to export logs from inside elk to outside, like to blob in azure or any other destination pointc, for compliance purpose. Do you know any solution available? ...
RRM's user avatar
  • 1
0 votes
1 answer
158 views

When running auth0-deploy-cli command export a0deploy export -c \config.json -o \test-client -f directory I was facing: Problem running command export during stage load when processing type ...
alexandervonwl's user avatar
0 votes
2 answers
93 views

SQL DEV version Oracle 22.2.1.234 Summary Given that I have a table (simplified for question purpose) define as : Doc ID (PK) Doc text (XML/text/whatever) DOC 1 Doc-1-text Doc 2 Doc-2-text Doc 3 Doc-3-...
Laurent Morissette's user avatar
4 votes
1 answer
9k views

I'm a noob with AI but have created a website using Replit. I click deploy and it's asking me to choose one of its hosting options. Is it not possible to export the site so I can setup on my own ...
albert stender's user avatar
0 votes
3 answers
188 views

There is a Nestuite saved search on access tokens. When I run the search in suitelet script, I am getting error as 'UNABLE_TO_DETERMINE_RECORD_TYPE_FOR_SAVED_SEARCH_ID_1' Also when I try to export ...
Maira S's user avatar
  • 121
1 vote
0 answers
30 views

enter image description here**question: I want to export dgv data to text file. in that dgv oracle tbl contains region,branch,pos_slno,damage,missing and dgv runtime autogenerate column slno . error: ...
siva johney's user avatar
0 votes
0 answers
42 views

Our program has a batch PDF exporting feature that exports several PDF's of 1-3 page maps into a folder. It works well but there is an overlying issue that after a 1 map gets exported, there is ...
user29701090's user avatar
-1 votes
1 answer
510 views

I am trying to export sql dump using Sequel Ace in mac os 15.3.1 Sequoia. Error: No directory selected. Please select a new export location and try again. I tried changing path but it not letting me ...
user26526777's user avatar
0 votes
0 answers
43 views

I have an image in my Tabulator table. I want to download the table into Excel, including the image. How can I put the images into Excel cells from Tabulator? If I cannot export the images themselves, ...
elmonty's user avatar
  • 2,554
0 votes
0 answers
48 views

I initially set up an integration between Firebase Analytics and BigQuery, mistakenly selecting us-central1 as the region. The export worked correctly, and data was flowing as expected. Later, I ...
Shahar Ram's user avatar
0 votes
1 answer
149 views

Goal: I've been given a Retool app that is collecting configuration data for another app. That config data is input manually, yet it's a large amount. Thus users need to be able to "save" ...
MASL's user avatar
  • 939
0 votes
0 answers
67 views

I am building a custom text editor using vanilla JavaScript, and I need to implement functionality to export the content from the editor into an RTF (Rich Text Format) file. The basic structure of my ...
Roy Hoffman's user avatar
0 votes
0 answers
180 views

I want to make a python program that will find and separate the Voice kit and drum kits in the “.ppf” (Expansion Pack Files) package file of the Yamaha Keyboard musical instrument and export it to “....
Perseus's user avatar
  • 29
0 votes
2 answers
111 views

I want to export the SQL Database into a GCS Bucket. For this purpose, I am using the following command of gcloud: gcloud sql export sql mybucket-dev-soft-db-instance-78f169a gs://mybucket-dev-app-...
ZeeshanShareef's user avatar
-1 votes
1 answer
103 views

I login to Oracle Service Bus web console below URL. https://mybank:7001/servicebus/faces/resources I click on Export icon -> "export resources" -> export contents(resources + include ...
Ashar's user avatar
  • 3,215
1 vote
0 answers
42 views

This works perfectly in terminal. curl -H "Authorization: Bearer sknWtK4sRtd...." "https://mypropect.api.sanity.io/v2021-06-07/data/export/myDataset" > exportedData.ndjson How ...
Leonel Matias Domingos's user avatar
0 votes
0 answers
197 views

What version of Laravel Excel are you using? ^3.1 | 3.1.x-dev What version of Laravel are you using? ^11.9 What version of PHP are you using? ^8.2 I have tried installing composer require maatwebsite/...
Hana Hasanah's user avatar
0 votes
0 answers
100 views

I am working on optimizing a table that currently stores BLOB data in a VARBINARY(MAX) column. The current table structure looks like this: CREATE TABLE bigData ( Id INT NOT NULL PRIMARY KEY, ...
cvika7's user avatar
  • 39
0 votes
0 answers
42 views

This is the Custom Tally XML Schema Not Returning Expected Results, how can we get the schema which will get the max and min alterid with a schema , if we have two requests also it is fine. '<...
bjss kiriti's user avatar
0 votes
0 answers
118 views

I am maintaining some Javascript code in a React application that imports from a Typescript library using the require function. The import statement looks like this: const utc = require('dayjs/plugin/...
Giorgio's user avatar
  • 5,203
0 votes
0 answers
59 views

I try to export all stacks from a remote portainer.io server with C# but I get definitely more stacks then I can see on the UI? Let's say for an endpoint there are 10 stacks listed in the UI, but I ...
Mdarende's user avatar
  • 801
0 votes
0 answers
86 views

I am working on exporting a specific game object as an fbx file through Unity. I have succeeded in creating an fbx file for a single frame using the code below. However, I have two questions regarding ...
장민규's user avatar
0 votes
0 answers
27 views

in order to use export utility on DB2 database , I installed data studio ver. 4.1 , but with profile data explorer the choice unload/export utility isn't available , have you any suggestion or ...
Mario Grillo's user avatar
0 votes
1 answer
48 views

I found the original python code https://www.actowizsolutions.com/scrape-freedom-of-information-request-portals-data.php. I started to use this for my scraping project, however it seems that when I ...
DigiCoinzTrader's user avatar
-1 votes
1 answer
104 views

We have a nodered server in our company. When I enter the nodered servers web page over my PC's browser I just click on a login button and not more asked for credentials, and I am in. I see my user &...
Mdarende's user avatar
  • 801
1 vote
1 answer
238 views

I am working with the SQLite3 library in a C++ project and need to export the contents of an '.db' SQLite database into a plain text file. However, I want to avoid the common approach of iterating ...
MangeshA's user avatar
1 vote
0 answers
138 views

How do you write a json file to a Foundry dataset using Pipeline Builder with a properly formatted json string, a designated name, and exportable through a data connection? I have tried to create an ...
vandw's user avatar
  • 11
0 votes
0 answers
41 views

We have just upgraded to Xray Enterprise and are starting to use Test Versions. However, we cannot find a way to 'export' the Test Version (Name) in our 'Doc. Generator' exports (we're using the ...
Wig's user avatar
  • 11
1 vote
0 answers
183 views

i need to export multiple middlewares in my middleware.js file but i get error A module cannot have multiple default exports., how to solve it ? import createMiddleware from "next-intl/middleware&...
Morgana Freeman's user avatar
0 votes
0 answers
45 views

I wrote a typescript library that I've used successfully in several projects. It includes several types. I have now written an Angular library that consumes the above typescript library. I would ...
user25611283's user avatar
1 vote
0 answers
136 views

I have a somewhat long path. I construct my path from these components. PART1="/home/$USER/.local/bin:/home/$USER/bin:/usr/local/sbin:/usr/local/bin" PART2="/usr/sbin:/usr/bin:/sbin:/...
Kevin the Drummer's user avatar
0 votes
1 answer
108 views

I have generated a file with schema and data of a table. The file is huge, so I need to split it in several files, no editor can open it. I have tried Ultra Edit but the files appeared truncated I ...
Francisco Ariztizabal's user avatar
0 votes
0 answers
861 views

X.jsx: import React from 'react'; function X() { return ( <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/...
Gayathri Devi P's user avatar
1 vote
1 answer
50 views

In a boot file of a quasar application extension register.ts, I do: let appUrl = ''; const bootFunc = ({app, store, router}) => { console.log('In app-extension boot file'); appUrl = app....
Bizmarck's user avatar
  • 2,737
0 votes
1 answer
139 views

Here in the below schema i want to get the data of vouchers , stockitems, customer, but we can only type of data , but i need all them in one single response. I want to get the data based on the ...
bjss kiriti's user avatar

1
2 3 4 5
192