Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Brayan Sarmiento
ETL Medipiel Colombia Ingresos Egresos
Commits
82b9e56b
Commit
82b9e56b
authored
Sep 24, 2025
by
Brayan Sarmiento
Browse files
Mi primer commit
parents
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
82b9e56b
# Archivos de compilación de Visual Studio
[Bb]in/
[Oo]bj/
*.user
*.suo
*.cache
*.log
*.tmp
# Archivos de la carpeta de ejecución en SSIS
*.ispac # Paquete desplegable, se puede regenerar
*.dtproj.user # Configuración local de usuario
*.dtsSettings # Configuración temporal
*.bak
*.backup
*.mdf
*.ldf
# Carpetas temporales de VS
.vs/
Debug/
Release/
# Archivos de sistema
Thumbs.db
.DS_Store
# --- IMPORTANTE ---
# Conservamos los paquetes SSIS
# No ignores los archivos .dtsx
!*.dtsx
\ No newline at end of file
IngresosYEgresos.sln
0 → 100644
View file @
82b9e56b
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35004.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{C9674DCB-5085-4A16-B785-4C70DD1589BD}") = "IngresosYEgresos", "IngresosYEgresos\IngresosYEgresos.dtproj", "{FD2E2D51-9C71-4915-A8C1-0A3E14D354B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Development|Default = Development|Default
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD2E2D51-9C71-4915-A8C1-0A3E14D354B0}.Development|Default.ActiveCfg = Development
{FD2E2D51-9C71-4915-A8C1-0A3E14D354B0}.Development|Default.Build.0 = Development
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D9AAE5B-C40D-4084-B463-3552245F9962}
EndGlobalSection
EndGlobal
IngresosYEgresos/IngresoEgresos.dtsx
0 → 100644
View file @
82b9e56b
This diff is collapsed.
Click to expand it.
IngresosYEgresos/IngresosYEgresos.database
0 → 100644
View file @
82b9e56b
<Database xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2" xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200" xmlns:ddl300="http://schemas.microsoft.com/analysisservices/2011/engine/300" xmlns:ddl300_300="http://schemas.microsoft.com/analysisservices/2011/engine/300/300" xmlns:ddl400="http://schemas.microsoft.com/analysisservices/2012/engine/400" xmlns:ddl400_400="http://schemas.microsoft.com/analysisservices/2012/engine/400/400" xmlns:ddl500="http://schemas.microsoft.com/analysisservices/2013/engine/500" xmlns:ddl500_500="http://schemas.microsoft.com/analysisservices/2013/engine/500/500" xmlns:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0" dwd:design-time-name="78c96a7a-3e41-4c7a-91a3-9a6c2d61c523" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<ID>IngresosYEgresos</ID>
<Name>IngresosYEgresos</Name>
<CreatedTimestamp>0001-01-01T00:00:00Z</CreatedTimestamp>
<LastSchemaUpdate>0001-01-01T00:00:00Z</LastSchemaUpdate>
<LastProcessed>0001-01-01T00:00:00Z</LastProcessed>
<State>Unprocessed</State>
<LastUpdate>0001-01-01T00:00:00Z</LastUpdate>
<DataSourceImpersonationInfo>
<ImpersonationMode>Default</ImpersonationMode>
<ImpersonationInfoSecurity>Unchanged</ImpersonationInfoSecurity>
</DataSourceImpersonationInfo>
</Database>
\ No newline at end of file
IngresosYEgresos/IngresosYEgresos.dtproj
0 → 100644
View file @
82b9e56b
This diff is collapsed.
Click to expand it.
IngresosYEgresos/Project.params
0 → 100644
View file @
82b9e56b
<?xml version="1.0"?>
<SSIS:Parameters
xmlns:SSIS=
"www.microsoft.com/SqlServer/SSIS"
/>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment