python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Run Azure Databricks Notebook from Apache Nifi
I am new to apache Nifi, is there any way to run Azure Databricks notebook from Nifi?
Or is to be done by different tool?
One
Votes: 0
Answers: 1
how ETL tools deal with unknown encoding of files?
In a nutshell, I have the problem that I receive files from many computers, but then when I process the data and store it in another place, I get strange characters now and then, due to the difference...
jmann
Votes: 0
Answers: 0
How to use like condition in Conditional Split in SSIS
I am using conditional split to filter out the data from table. I have couple of conditions to check for. For example, In Email column, value should not contain ~ character and contain @ sign. Date of...
Nilesh
Votes: 0
Answers: 1
How to insert data into destination table using flat file source in SSIS
I have SSIS package, in which flow is -
Get the data from flat file source and insert it into staging table.
Use the staging table data for transformation using select and where clause and then inser...
Nilesh
Votes: 0
Answers: 1